#12239A

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

Shades of Egyptian Blue #12239A

Tints of Egyptian Blue #12239A

Color information

#12239A (or 0x12239A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and 9A. RGB value is (18,35,154). Sum of RGB (Red+Green+Blue) = 18+35+154=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #12239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12239A is #EDDC65. Grayscale: #2A2A2A. Windows color (decimal): -15588454 or 10101522. OLE color: 10101522.

HSL color Cylindrical-coordinate representation of color #12239A: hue angle of 232.5º 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 #12239A is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1835154-
CMYK0.880.7700.40
HSL232.5º79.07%33.73%-
HSV(B)232.5º88.31%60.39%-
XYZ6.683.6630.93-
YUV43.48190.37109.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 154 (60.55% from 255) = 74.40%
R=8.70%
G=16.91%
B=74.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18351540.880.7700.40232.579.0733.73
Hex12239A584D028e84f22
Octal224323213011505035011742
Binary1001010001110011010101100010011010101000111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12239A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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