Html Css Color HEX #1F3C91 Egyptian Blue

📋 copy color: '#1F3C91'

red 31 ◦ green 60 ◦ blue 145

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

Shades of Egyptian Blue #1F3C91

Tints of Egyptian Blue #1F3C91

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 145 (57.03% from 255) = 61.44%

R = 13.14%
G = 25.42%
B = 61.44%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1F3C91 (or 0x1F3C91) is known color: Egyptian Blue. HEX triplet: 1F, 3C and 91. RGB value is (31,60,145). Sum of RGB (Red+Green+Blue) = 31+60+145=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F3C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3C91 is #E0C36E. Grayscale: #3C3C3C. Windows color (decimal): -14730095 or 9518111. OLE color: 9518111.

HSL color Cylindrical-coordinate representation of color #1F3C91: hue angle of 224.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3C91 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 31 60 145 -
CMYK 0.79 0.59 0 0.43
HSL 224.74º 0.65% 0.35% -
HSV(B) 224.74º 0.79% 0.57% -
XYZ 7.29 5.57 27.48 -
YUV 61.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 31 60 145 0.79 0.59 0 0.43 224.74 0.65 0.35
Hex 1F 3C 91 4F 3B 0 2B E1 41 23
Octal 37 74 221 117 73 0 53 341 101 43
Binary 11111 111100 10010001 1001111 111011 0 101011 11100001 1000001 100011

Color Harmonies of #1F3C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C91

Black with #1F3C91

Text Example


Text Example

White with #1F3C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,145); }

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

background-color css

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

 a { background-color: rgb(31,60,145); }

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

border-color css

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

 span { border-color: rgb(31,60,145); }

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