#12229B

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

Shades of Egyptian Blue #12229B

Tints of Egyptian Blue #12229B

Color information

#12229B (or 0x12229B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and 9B. RGB value is (18,34,155). Sum of RGB (Red+Green+Blue) = 18+34+155=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #12229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229B is #EDDD64. Grayscale: #2A2A2A. Windows color (decimal): -15588709 or 10166802. OLE color: 10166802.

HSL color Cylindrical-coordinate representation of color #12229B: hue angle of 232.99º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12229B is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1834155-
CMYK0.880.7800.39
HSL232.99º79.19%33.92%-
HSV(B)232.99º88.39%60.78%-
XYZ6.743.6431.36-
YUV43.01191.2110.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 155 (60.94% from 255) = 74.88%
R=8.70%
G=16.43%
B=74.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18341550.880.7800.39232.9979.1933.92
Hex12229B584E027e94f22
Octal224223313011604735111742
Binary1001010001010011011101100010011100100111111010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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