#12399E

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

Shades of Egyptian Blue #12399E

Tints of Egyptian Blue #12399E

Color information

#12399E (or 0x12399E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 39 and 9E. RGB value is (18,57,158). Sum of RGB (Red+Green+Blue) = 18+57+158=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #12399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12399E is #EDC661. Grayscale: #383838. Windows color (decimal): -15582818 or 10369298. OLE color: 10369298.

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

Color convert

RGB1857158-
CMYK0.890.6400.38
HSL223.29º79.55%34.51%-
HSV(B)223.29º88.61%61.96%-
XYZ7.885.5233-
YUV56.85185.08100.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 158 (62.11% from 255) = 67.81%
R=7.73%
G=24.46%
B=67.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18571580.890.6400.38223.2979.5534.51
Hex12399E5940026df5023
Octal227123613110004633712043
Binary1001011100110011110101100110000000100110110111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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