#1f2a9f

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

Shades of Egyptian Blue #1F2A9F

Tints of Egyptian Blue #1F2A9F

Color information

#1F2A9F (or 0x1F2A9F) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 2A and 9F. RGB value is (31,42,159). Sum of RGB (Red+Green+Blue) = 31+42+159=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F2A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2A9F is #E0D560. Grayscale: #333333. Windows color (decimal): -14734689 or 10431007. OLE color: 10431007.

HSL color Cylindrical-coordinate representation of color #1F2A9F: hue angle of 234.84º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2A9F is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3142159-
CMYK0.810.7400.38
HSL234.84º67.37%37.25%-
HSV(B)234.84º80.5%62.35%-
XYZ7.654.4533.26-
YUV52.05188.36112.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.36%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 159 (62.5% from 255) = 68.53%
R=13.36%
G=18.10%
B=68.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31421590.810.7400.38234.8467.3737.25
Hex1F2A9F514A026eb4325
Octal375223712111204635310345
Binary1111110101010011111101000110010100100110111010111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f2a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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