#12259E

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

Shades of Egyptian Blue #12259E

Tints of Egyptian Blue #12259E

Color information

#12259E (or 0x12259E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 25 and 9E. RGB value is (18,37,158). Sum of RGB (Red+Green+Blue) = 18+37+158=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #12259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12259E is #EDDA61. Grayscale: #2C2C2C. Windows color (decimal): -15587938 or 10364178. OLE color: 10364178.

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

Color convert

RGB1837158-
CMYK0.890.7700.38
HSL231.86º79.55%34.51%-
HSV(B)231.86º88.61%61.96%-
XYZ7.083.9232.73-
YUV45.11191.71108.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 158 (62.11% from 255) = 74.18%
R=8.45%
G=17.37%
B=74.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18371580.890.7700.38231.8679.5534.51
Hex12259E594D026e85023
Octal224523613111504635012043
Binary1001010010110011110101100110011010100110111010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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