#12319E

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

Shades of Egyptian Blue #12319E

Tints of Egyptian Blue #12319E

Color information

#12319E (or 0x12319E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 31 and 9E. RGB value is (18,49,158). Sum of RGB (Red+Green+Blue) = 18+49+158=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #12319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319E is #EDCE61. Grayscale: #333333. Windows color (decimal): -15584866 or 10367250. OLE color: 10367250.

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

Color convert

RGB1849158-
CMYK0.890.6900.38
HSL226.71º79.55%34.51%-
HSV(B)226.71º88.61%61.96%-
XYZ7.524.7932.88-
YUV52.16187.73103.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 158 (62.11% from 255) = 70.22%
R=8%
G=21.78%
B=70.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18491580.890.6900.38226.7179.5534.51
Hex12319E5945026e35023
Octal226123613110504634312043
Binary1001011000110011110101100110001010100110111000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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