Html Css Color HEX #1F4496 Egyptian Blue

📋 copy color: '#1F4496'

red 31 ◦ green 68 ◦ blue 150

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

Shades of Egyptian Blue #1F4496

Tints of Egyptian Blue #1F4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 150 (58.98% from 255) = 60.24%

R = 12.45%
G = 27.31%
B = 60.24%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1F4496 (or 0x1F4496) is known color: Egyptian Blue. HEX triplet: 1F, 44 and 96. RGB value is (31,68,150). Sum of RGB (Red+Green+Blue) = 31+68+150=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F4496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4496 is #E0BB69. Grayscale: #414141. Windows color (decimal): -14728042 or 9847839. OLE color: 9847839.

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

Color convert

RGB 31 68 150 -
CMYK 0.79 0.55 0 0.41
HSL 221.34º 0.66% 0.35% -
HSV(B) 221.34º 0.79% 0.59% -
XYZ 8.14 6.63 29.7 -
YUV 66.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 31 68 150 0.79 0.55 0 0.41 221.34 0.66 0.35
Hex 1F 44 96 4F 37 0 29 DD 42 23
Octal 37 104 226 117 67 0 51 335 102 43
Binary 11111 1000100 10010110 1001111 110111 0 101001 11011101 1000010 100011

Color Harmonies of #1F4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4496

Black with #1F4496

Text Example


Text Example

White with #1F4496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,150); }

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

background-color css

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

 a { background-color: rgb(31,68,150); }

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

border-color css

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

 span { border-color: rgb(31,68,150); }

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