#12229F

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

Shades of Egyptian Blue #12229F

Tints of Egyptian Blue #12229F

Color information

#12229F (or 0x12229F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and 9F. RGB value is (18,34,159). Sum of RGB (Red+Green+Blue) = 18+34+159=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #12229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229F is #EDDD60. Grayscale: #2A2A2A. Windows color (decimal): -15588705 or 10428946. OLE color: 10428946.

HSL color Cylindrical-coordinate representation of color #12229F: hue angle of 233.19º 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 #12229F is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1834159-
CMYK0.890.7900.38
HSL233.19º79.66%34.71%-
HSV(B)233.19º88.68%62.35%-
XYZ7.083.7833.16-
YUV43.47193.2109.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=8.53%
G=16.11%
B=75.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18341590.890.7900.38233.1979.6634.71
Hex12229F594F026e95023
Octal224223713111704635112043
Binary1001010001010011111101100110011110100110111010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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