Html Css Color HEX #1F3497 Egyptian Blue

📋 copy color: '#1F3497'

red 31 ◦ green 52 ◦ blue 151

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

Shades of Egyptian Blue #1F3497

Tints of Egyptian Blue #1F3497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 13.25%
G = 22.22%
B = 64.53%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F3497 (or 0x1F3497) is known color: Egyptian Blue. HEX triplet: 1F, 34 and 97. RGB value is (31,52,151). Sum of RGB (Red+Green+Blue) = 31+52+151=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F3497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3497 is #E0CB68. Grayscale: #383838. Windows color (decimal): -14732137 or 9909279. OLE color: 9909279.

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

Color convert

RGB 31 52 151 -
CMYK 0.79 0.66 0 0.41
HSL 229.5º 0.66% 0.36% -
HSV(B) 229.5º 0.79% 0.59% -
XYZ 7.38 4.98 29.85 -
YUV 57.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 31 52 151 0.79 0.66 0 0.41 229.5 0.66 0.36
Hex 1F 34 97 4F 42 0 29 E6 42 24
Octal 37 64 227 117 102 0 51 346 102 44
Binary 11111 110100 10010111 1001111 1000010 0 101001 11100110 1000010 100100

Color Harmonies of #1F3497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3497

Black with #1F3497

Text Example


Text Example

White with #1F3497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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