Html Css Color HEX #1F3597 Egyptian Blue

📋 copy color: '#1F3597'

red 31 ◦ green 53 ◦ blue 151

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

Shades of Egyptian Blue #1F3597

Tints of Egyptian Blue #1F3597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 13.19%
G = 22.55%
B = 64.26%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F3597 (or 0x1F3597) is known color: Egyptian Blue. HEX triplet: 1F, 35 and 97. RGB value is (31,53,151). Sum of RGB (Red+Green+Blue) = 31+53+151=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F3597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3597 is #E0CA68. Grayscale: #393939. Windows color (decimal): -14731881 or 9909535. OLE color: 9909535.

HSL color Cylindrical-coordinate representation of color #1F3597: hue angle of 229º 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 #1F3597 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 53 151 -
CMYK 0.79 0.65 0 0.41
HSL 229º 0.66% 0.36% -
HSV(B) 229º 0.79% 0.59% -
XYZ 7.42 5.07 29.87 -
YUV 57.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 31 53 151 0.79 0.65 0 0.41 229 0.66 0.36
Hex 1F 35 97 4F 41 0 29 E5 42 24
Octal 37 65 227 117 101 0 51 345 102 44
Binary 11111 110101 10010111 1001111 1000001 0 101001 11100101 1000010 100100

Color Harmonies of #1F3597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3597

Black with #1F3597

Text Example


Text Example

White with #1F3597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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