#12409F

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

Shades of Egyptian Blue #12409F

Tints of Egyptian Blue #12409F

Color information

#12409F (or 0x12409F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 40 and 9F. RGB value is (18,64,159). Sum of RGB (Red+Green+Blue) = 18+64+159=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #12409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12409F is #EDBF60. Grayscale: #3C3C3C. Windows color (decimal): -15581025 or 10436626. OLE color: 10436626.

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

Color convert

RGB1864159-
CMYK0.890.6000.38
HSL220.43º79.66%34.71%-
HSV(B)220.43º88.68%62.35%-
XYZ8.346.333.58-
YUV61.08183.2697.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=7.47%
G=26.56%
B=65.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18641590.890.6000.38220.4379.6634.71
Hex12409F593C026dc5023
Octal221002371317404633412043
Binary1001010000001001111110110011111000100110110111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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