#12229E

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

Shades of Egyptian Blue #12229E

Tints of Egyptian Blue #12229E

Color information

#12229E (or 0x12229E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and 9E. RGB value is (18,34,158). Sum of RGB (Red+Green+Blue) = 18+34+158=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 158 (62.11% from 255 or 75.24% from 210); Max value from RGB is 158 - color contains mainly: blue. Hex color #12229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229E is #EDDD61. Grayscale: #2A2A2A. Windows color (decimal): -15588706 or 10363410. OLE color: 10363410.

HSL color Cylindrical-coordinate representation of color #12229E: hue angle of 233.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12229E is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1834158-
CMYK0.890.7800.38
HSL233.14º79.55%34.51%-
HSV(B)233.14º88.61%61.96%-
XYZ6.993.7432.7-
YUV43.35192.7109.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 158 (62.11% from 255) = 75.24%
R=8.57%
G=16.19%
B=75.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18341580.890.7800.38233.1479.5534.51
Hex12229E594E026e95023
Octal224223613111604635112043
Binary1001010001010011110101100110011100100110111010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12229E; }

 p { color: rgb(18,34,158); }

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

<style>
 a { background-color: #12229E; }

 a { background-color: rgb(18,34,158); }

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

<style>
 span { border-color: #12229E; }

 span { border-color: rgb(18,34,158); }

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