#1F2A8C

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

Shades of Egyptian Blue #1F2A8C

Tints of Egyptian Blue #1F2A8C

Color information

#1F2A8C (or 0x1F2A8C) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2A and 8C. RGB value is (31,42,140). Sum of RGB (Red+Green+Blue) = 31+42+140=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F2A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2A8C is #E0D573. Grayscale: #313131. Windows color (decimal): -14734708 or 9185823. OLE color: 9185823.

HSL color Cylindrical-coordinate representation of color #1F2A8C: hue angle of 233.94º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F2A8C is Cyan = 0.78, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3142140-
CMYK0.780.700.45
HSL233.94º63.74%33.53%-
HSV(B)233.94º77.86%54.9%-
XYZ6.133.8425.23-
YUV49.88178.86114.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 140 (55.08% from 255) = 65.73%
R=14.55%
G=19.72%
B=65.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31421400.780.700.45233.9463.7433.53
Hex1F2A8C4E4602Dea4022
Octal375221411610605535210042
Binary1111110101010001100100111010001100101101111010101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,42,140); }

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

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

 a { background-color: rgb(31,42,140); }

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

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

 span { border-color: rgb(31,42,140); }

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