#12469A

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

Shades of Egyptian Blue #12469A

Tints of Egyptian Blue #12469A

Color information

#12469A (or 0x12469A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 46 and 9A. RGB value is (18,70,154). Sum of RGB (Red+Green+Blue) = 18+70+154=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #12469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12469A is #EDB965. Grayscale: #3F3F3F. Windows color (decimal): -15579494 or 10110482. OLE color: 10110482.

HSL color Cylindrical-coordinate representation of color #12469A: hue angle of 217.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12469A is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1870154-
CMYK0.880.5500.40
HSL217.06º79.07%33.73%-
HSV(B)217.06º88.31%60.39%-
XYZ8.276.8431.46-
YUV64.03178.7795.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 154 (60.55% from 255) = 63.64%
R=7.44%
G=28.93%
B=63.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18701540.880.5500.40217.0679.0733.73
Hex12469A5837028d94f22
Octal221062321306705033111742
Binary1001010001101001101010110001101110101000110110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12469A; }

 p { color: rgb(18,70,154); }

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

<style>
 a { background-color: #12469A; }

 a { background-color: rgb(18,70,154); }

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

<style>
 span { border-color: #12469A; }

 span { border-color: rgb(18,70,154); }

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