#12239B

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

Shades of Egyptian Blue #12239B

Tints of Egyptian Blue #12239B

Color information

#12239B (or 0x12239B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and 9B. RGB value is (18,35,155). Sum of RGB (Red+Green+Blue) = 18+35+155=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #12239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12239B is #EDDC64. Grayscale: #2B2B2B. Windows color (decimal): -15588453 or 10167058. OLE color: 10167058.

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

Color convert

RGB1835155-
CMYK0.880.7700.39
HSL232.55º79.19%33.92%-
HSV(B)232.55º88.39%60.78%-
XYZ6.773.731.37-
YUV43.6190.87109.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 155 (60.94% from 255) = 74.52%
R=8.65%
G=16.83%
B=74.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18351550.880.7700.39232.5579.1933.92
Hex12239B584D027e94f22
Octal224323313011504735111742
Binary1001010001110011011101100010011010100111111010011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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