#1F429A

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

Shades of Egyptian Blue #1F429A

Tints of Egyptian Blue #1F429A

Color information

#1F429A (or 0x1F429A) is unknown color: approx Egyptian Blue. HEX triplet: 1F, 42 and 9A. RGB value is (31,66,154). Sum of RGB (Red+Green+Blue) = 31+66+154=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F429A is #E0BD65. Grayscale: #414141. Windows color (decimal): -14728550 or 10109471. OLE color: 10109471.

HSL color Cylindrical-coordinate representation of color #1F429A: hue angle of 222.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F429A is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3166154-
CMYK0.800.5700.40
HSL222.93º66.49%36.27%-
HSV(B)222.93º79.87%60.39%-
XYZ8.356.5231.39-
YUV65.57177.9103.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 154 (60.55% from 255) = 61.35%
R=12.35%
G=26.29%
B=61.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31661540.800.5700.40222.9366.4936.27
Hex1F429A5039028df4224
Octal371022321207105033710244
Binary1111110000101001101010100001110010101000110111111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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