Html Css Color HEX #1F249B Egyptian Blue

📋 copy color: '#1F249B'

red 31 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #1F249B

Tints of Egyptian Blue #1F249B

RGB

 RED value IS 31 (12.5% from 255) = 13.96%

 GREEN value IS 36 (14.45% from 255) = 16.22%

 BLUE value IS 155 (60.94% from 255) = 69.82%

R = 13.96%
G = 16.22%
B = 69.82%

CMYK

 C value IS 0.8

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F249B (or 0x1F249B) is known color: Egyptian Blue. HEX triplet: 1F, 24 and 9B. RGB value is (31,36,155). Sum of RGB (Red+Green+Blue) = 31+36+155=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249B is #E0DB64. Grayscale: #2F2F2F. Windows color (decimal): -14736229 or 10167327. OLE color: 10167327.

HSL color Cylindrical-coordinate representation of color #1F249B: hue angle of 237.58º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F249B is Cyan = 0.8, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 36 155 -
CMYK 0.8 0.77 0 0.39
HSL 237.58º 0.67% 0.36% -
HSV(B) 237.58º 0.8% 0.61% -
XYZ 7.11 3.92 31.39 -
YUV 48.07 188.34 115.82 -
System Red Green Blue C M Y K H S L
Decimal 31 36 155 0.8 0.77 0 0.39 237.58 0.67 0.36
Hex 1F 24 9B 50 4D 0 27 EE 43 24
Octal 37 44 233 120 115 0 47 356 103 44
Binary 11111 100100 10011011 1010000 1001101 0 100111 11101110 1000011 100100

Color Harmonies of #1F249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F249B

Black with #1F249B

Text Example


Text Example

White with #1F249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F249B;
 }
 .AnyTagClassName
 {
   color: #1F249B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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