Html Css Color HEX #1F249A Egyptian Blue

📋 copy color: '#1F249A'

red 31 ◦ green 36 ◦ blue 154

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

Shades of Egyptian Blue #1F249A

Tints of Egyptian Blue #1F249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 14.03%
G = 16.29%
B = 69.68%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1F249A (or 0x1F249A) is known color: Egyptian Blue. HEX triplet: 1F, 24 and 9A. RGB value is (31,36,154). Sum of RGB (Red+Green+Blue) = 31+36+154=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249A is #E0DB65. Grayscale: #2F2F2F. Windows color (decimal): -14736230 or 10101791. OLE color: 10101791.

HSL color Cylindrical-coordinate representation of color #1F249A: hue angle of 237.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F249A is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 31 36 154 -
CMYK 0.80 0.77 0 0.40
HSL 237.56º 0.66% 0.36% -
HSV(B) 237.56º 0.8% 0.6% -
XYZ 7.03 3.89 30.95 -
YUV 47.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 31 36 154 0.80 0.77 0 0.40 237.56 0.66 0.36
Hex 1F 24 9A 50 4D 0 28 EE 42 24
Octal 37 44 232 120 115 0 50 356 102 44
Binary 11111 100100 10011010 1010000 1001101 0 101000 11101110 1000010 100100

Color Harmonies of #1F249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F249A

Black with #1F249A

Text Example


Text Example

White with #1F249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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