Html Css Color HEX #1F2A9E Egyptian Blue

📋 copy color: '#1F2A9E'

red 31 ◦ green 42 ◦ blue 158

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

Shades of Egyptian Blue #1F2A9E

Tints of Egyptian Blue #1F2A9E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 13.42%
G = 18.18%
B = 68.4%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1F2A9E (or 0x1F2A9E) is known color: Egyptian Blue. HEX triplet: 1F, 2A and 9E. RGB value is (31,42,158). Sum of RGB (Red+Green+Blue) = 31+42+158=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F2A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2A9E is #E0D561. Grayscale: #333333. Windows color (decimal): -14734690 or 10365471. OLE color: 10365471.

HSL color Cylindrical-coordinate representation of color #1F2A9E: hue angle of 234.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2A9E is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 42 158 -
CMYK 0.80 0.73 0 0.38
HSL 234.8º 0.67% 0.37% -
HSV(B) 234.8º 0.8% 0.62% -
XYZ 7.56 4.42 32.8 -
YUV 51.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 31 42 158 0.80 0.73 0 0.38 234.8 0.67 0.37
Hex 1F 2A 9E 50 49 0 26 EB 43 25
Octal 37 52 236 120 111 0 46 353 103 45
Binary 11111 101010 10011110 1010000 1001001 0 100110 11101011 1000011 100101

Color Harmonies of #1F2A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2A9E

Black with #1F2A9E

Text Example


Text Example

White with #1F2A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,42,158); }

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

background-color css

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

 a { background-color: rgb(31,42,158); }

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

border-color css

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

 span { border-color: rgb(31,42,158); }

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