Html Css Color HEX #1F3E9C Egyptian Blue

📋 copy color: '#1F3E9C'

red 31 ◦ green 62 ◦ blue 156

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

Shades of Egyptian Blue #1F3E9C

Tints of Egyptian Blue #1F3E9C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 12.45%
G = 24.9%
B = 62.65%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1F3E9C (or 0x1F3E9C) is known color: Egyptian Blue. HEX triplet: 1F, 3E and 9C. RGB value is (31,62,156). Sum of RGB (Red+Green+Blue) = 31+62+156=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F3E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3E9C is #E0C163. Grayscale: #3F3F3F. Windows color (decimal): -14729572 or 10239519. OLE color: 10239519.

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

Color convert

RGB 31 62 156 -
CMYK 0.80 0.60 0 0.39
HSL 225.12º 0.67% 0.37% -
HSV(B) 225.12º 0.8% 0.61% -
XYZ 8.29 6.14 32.2 -
YUV 63.45 180.23 104.86 -
System Red Green Blue C M Y K H S L
Decimal 31 62 156 0.80 0.60 0 0.39 225.12 0.67 0.37
Hex 1F 3E 9C 50 3C 0 27 E1 43 25
Octal 37 76 234 120 74 0 47 341 103 45
Binary 11111 111110 10011100 1010000 111100 0 100111 11100001 1000011 100101

Color Harmonies of #1F3E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3E9C

Black with #1F3E9C

Text Example


Text Example

White with #1F3E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,156); }

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

background-color css

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

 a { background-color: rgb(31,62,156); }

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

border-color css

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

 span { border-color: rgb(31,62,156); }

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