#12319F

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

Shades of Egyptian Blue #12319F

Tints of Egyptian Blue #12319F

Color information

#12319F (or 0x12319F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 31 and 9F. RGB value is (18,49,159). Sum of RGB (Red+Green+Blue) = 18+49+159=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #12319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319F is #EDCE60. Grayscale: #333333. Windows color (decimal): -15584865 or 10432786. OLE color: 10432786.

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

Color convert

RGB1849159-
CMYK0.890.6900.38
HSL226.81º79.66%34.71%-
HSV(B)226.81º88.68%62.35%-
XYZ7.614.8333.33-
YUV52.27188.23103.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=7.96%
G=21.68%
B=70.35%

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
Decimal18491590.890.6900.38226.8179.6634.71
Hex12319F5945026e35023
Octal226123713110504634312043
Binary1001011000110011111101100110001010100110111000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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