#12349F

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

Shades of Egyptian Blue #12349F

Tints of Egyptian Blue #12349F

Color information

#12349F (or 0x12349F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 34 and 9F. RGB value is (18,52,159). Sum of RGB (Red+Green+Blue) = 18+52+159=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #12349F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12349F is #EDCB60. Grayscale: #353535. Windows color (decimal): -15584097 or 10433554. OLE color: 10433554.

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

Color convert

RGB1852159-
CMYK0.890.6700.38
HSL225.53º79.66%34.71%-
HSV(B)225.53º88.68%62.35%-
XYZ7.745.0933.38-
YUV54.03187.24102.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 159 (62.5% from 255) = 69.43%
R=7.86%
G=22.71%
B=69.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18521590.890.6700.38225.5379.6634.71
Hex12349F5943026e25023
Octal226423713110304634212043
Binary1001011010010011111101100110000110100110111000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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