#09124C

Color #09124C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #09124C

Tints of Sapphire #09124C

Color information

#09124C (or 0x09124C) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 4C. RGB value is (9,18,76). Sum of RGB (Red+Green+Blue) = 9+18+76=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #09124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09124C is #F6EDB3. Grayscale: #151515. Windows color (decimal): -16182708 or 4985353. OLE color: 4985353.

HSL color Cylindrical-coordinate representation of color #09124C: hue angle of 231.94º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09124C is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB91876-
CMYK0.880.7600.70
HSL231.94º78.82%16.67%-
HSV(B)231.94º88.16%29.8%-
XYZ1.631.016.95-
YUV21.92158.52118.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=8.74%
G=17.48%
B=73.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal918760.880.7600.70231.9478.8216.67
Hex9124C584C046e84f11
Octal1122114130114010635011721
Binary1001100101001100101100010011000100011011101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09124C; }

 p { color: rgb(9,18,76); }

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

<style>
 a { background-color: #09124C; }

 a { background-color: rgb(9,18,76); }

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

<style>
 span { border-color: #09124C; }

 span { border-color: rgb(9,18,76); }

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