Html Css Color HEX #1F3997 Egyptian Blue

📋 copy color: '#1F3997'

red 31 ◦ green 57 ◦ blue 151

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

Shades of Egyptian Blue #1F3997

Tints of Egyptian Blue #1F3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 12.97%
G = 23.85%
B = 63.18%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F3997 (or 0x1F3997) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 97. RGB value is (31,57,151). Sum of RGB (Red+Green+Blue) = 31+57+151=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F3997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3997 is #E0C668. Grayscale: #3B3B3B. Windows color (decimal): -14730857 or 9910559. OLE color: 9910559.

HSL color Cylindrical-coordinate representation of color #1F3997: hue angle of 227º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3997 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 57 151 -
CMYK 0.79 0.62 0 0.41
HSL 227º 0.66% 0.36% -
HSV(B) 227º 0.79% 0.59% -
XYZ 7.61 5.45 29.93 -
YUV 59.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 31 57 151 0.79 0.62 0 0.41 227 0.66 0.36
Hex 1F 39 97 4F 3E 0 29 E3 42 24
Octal 37 71 227 117 76 0 51 343 102 44
Binary 11111 111001 10010111 1001111 111110 0 101001 11100011 1000010 100100

Color Harmonies of #1F3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3997

Black with #1F3997

Text Example


Text Example

White with #1F3997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,151); }

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

background-color css

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

 a { background-color: rgb(31,57,151); }

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

border-color css

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

 span { border-color: rgb(31,57,151); }

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