#12259B

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

Shades of Egyptian Blue #12259B

Tints of Egyptian Blue #12259B

Color information

#12259B (or 0x12259B) is unknown color: approx Egyptian Blue. HEX triplet: 12, 25 and 9B. RGB value is (18,37,155). Sum of RGB (Red+Green+Blue) = 18+37+155=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #12259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12259B is #EDDA64. Grayscale: #2C2C2C. Windows color (decimal): -15587941 or 10167570. OLE color: 10167570.

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

Color convert

RGB1837155-
CMYK0.880.7600.39
HSL231.68º79.19%33.92%-
HSV(B)231.68º88.39%60.78%-
XYZ6.833.8231.39-
YUV44.77190.21108.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 155 (60.94% from 255) = 73.81%
R=8.57%
G=17.62%
B=73.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18371550.880.7600.39231.6879.1933.92
Hex12259B584C027e84f22
Octal224523313011404735011742
Binary1001010010110011011101100010011000100111111010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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