#12309F

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

Shades of Egyptian Blue #12309F

Tints of Egyptian Blue #12309F

Color information

#12309F (or 0x12309F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 30 and 9F. RGB value is (18,48,159). Sum of RGB (Red+Green+Blue) = 18+48+159=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #12309F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12309F is #EDCF60. Grayscale: #333333. Windows color (decimal): -15585121 or 10432530. OLE color: 10432530.

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

Color convert

RGB1848159-
CMYK0.890.7000.38
HSL227.23º79.66%34.71%-
HSV(B)227.23º88.68%62.35%-
XYZ7.564.7533.32-
YUV51.68188.56103.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 159 (62.5% from 255) = 70.67%
R=8%
G=21.33%
B=70.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18481590.890.7000.38227.2379.6634.71
Hex12309F5946026e35023
Octal226023713110604634312043
Binary1001011000010011111101100110001100100110111000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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