Html Css Color HEX #1F24CE Persian Blue

📋 copy color: '#1F24CE'

red 31 ◦ green 36 ◦ blue 206

#1F24CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1F24CE

Tints of Persian Blue #1F24CE

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 value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F24CE (or 0x1F24CE) is known color: 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

RGB 31 36 206 -
CMYK 0.85 0.83 0 0.19
HSL 238.29º 0.74% 0.46% -
HSV(B) 238.29º 0.85% 0.81% -
XYZ 12.34 6.01 58.9 -
YUV 53.89 213.84 111.68 -
System Red Green Blue C M Y K H S L
Decimal 31 36 206 0.85 0.83 0 0.19 238.29 0.74 0.46
Hex 1F 24 CE 55 53 0 13 EE 4A 2E
Octal 37 44 316 125 123 0 23 356 112 56
Binary 11111 100100 11001110 1010101 1010011 0 10011 11101110 1001010 101110

Color Harmonies of #1F24CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F24CE

Black with #1F24CE

Text Example


Text Example

White with #1F24CE

Text Example


Text Example

HTML Codes & Css Web 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>