#12369F

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

Shades of Egyptian Blue #12369F

Tints of Egyptian Blue #12369F

Color information

#12369F (or 0x12369F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 36 and 9F. RGB value is (18,54,159). Sum of RGB (Red+Green+Blue) = 18+54+159=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #12369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12369F is #EDC960. Grayscale: #363636. Windows color (decimal): -15583585 or 10434066. OLE color: 10434066.

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

Color convert

RGB1854159-
CMYK0.890.6600.38
HSL224.68º79.66%34.71%-
HSV(B)224.68º88.68%62.35%-
XYZ7.835.2733.41-
YUV55.21186.57101.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 159 (62.5% from 255) = 68.83%
R=7.79%
G=23.38%
B=68.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18541590.890.6600.38224.6879.6634.71
Hex12369F5942026e15023
Octal226623713110204634112043
Binary1001011011010011111101100110000100100110111000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12369F; }

 p { color: rgb(18,54,159); }

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

<style>
 a { background-color: #12369F; }

 a { background-color: rgb(18,54,159); }

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

<style>
 span { border-color: #12369F; }

 span { border-color: rgb(18,54,159); }

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