#1F42A2

Color #1F42A2 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1F42A2

Tints of Egyptian Blue #1F42A2

Color information

#1F42A2 (or 0x1F42A2) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 42 and A2. RGB value is (31,66,162). Sum of RGB (Red+Green+Blue) = 31+66+162=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F42A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F42A2 is #E0BD5D. Grayscale: #424242. Windows color (decimal): -14728542 or 10633759. OLE color: 10633759.

HSL color Cylindrical-coordinate representation of color #1F42A2: hue angle of 223.97º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F42A2 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3166162-
CMYK0.810.5900.36
HSL223.97º67.88%37.84%-
HSV(B)223.97º80.86%63.53%-
XYZ9.036.835.02-
YUV66.48181.9102.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 162 (63.67% from 255) = 62.55%
R=11.97%
G=25.48%
B=62.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31661620.810.5900.36223.9767.8837.84
Hex1F42A2513B024e04426
Octal371022421217304434010446
Binary1111110000101010001010100011110110100100111000001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F42A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,162); }

 H1.HeaderClassName
 {
   color: #1F42A2;
 }
 .AnyTagClassName
 {
   color: #1F42A2;
 }
</style>
background-color css

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

 a { background-color: rgb(31,66,162); }

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

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

 span { border-color: rgb(31,66,162); }

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