#1F24CE

Color #1F24CE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F24CE

Tints of Persian Blue #1F24CE

Color information

#1F24CE (or 0x1F24CE) is unknown color: approx Persian Blue. HEX triplet: 1F, 24 and CE. RGB value is (31,36,206). Sum of RGB (Red+Green+Blue) = 31+36+206=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F24CE is #E0DB31. Grayscale: #353535. Windows color (decimal): -14736178 or 13509663. OLE color: 13509663.

HSL color Cylindrical-coordinate representation of color #1F24CE: hue angle of 238.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F24CE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3136206-
CMYK0.850.8300.19
HSL238.29º73.84%46.47%-
HSV(B)238.29º84.95%80.78%-
XYZ12.346.0158.9-
YUV53.88213.84111.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 206 (80.86% from 255) = 75.46%
R=11.36%
G=13.19%
B=75.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31362060.850.8300.19238.2973.8446.47
Hex1F24CE5553013ee4a2e
Octal374431612512302335611256
Binary111111001001100111010101011010011010011111011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F24CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F24CE; }

 p { color: rgb(31,36,206); }

 H1.HeaderClassName
 {
   color: #1F24CE;
 }
 .AnyTagClassName
 {
   color: #1F24CE;
 }
</style>
background-color css

<style>
 a { background-color: #1F24CE; }

 a { background-color: rgb(31,36,206); }

 div.DivClassName
 {
   background-color: #1F24CE;
 }
 .BgClassName
 {
   background-color: #1F24CE;
 }
</style>
border-color css

<style>
 span { border-color: #1F24CE; }

 span { border-color: rgb(31,36,206); }

 td.TdClassName
 {
   border-color: #1F24CE;
 }
 .TagClassName
 {
   border-color: #1F24CE;
 }
</style>