#09134C

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

Shades of Sapphire #09134C

Tints of Sapphire #09134C

Color information

#09134C (or 0x09134C) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 4C. RGB value is (9,19,76). Sum of RGB (Red+Green+Blue) = 9+19+76=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #09134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09134C is #F6ECB3. Grayscale: #161616. Windows color (decimal): -16182452 or 4985609. OLE color: 4985609.

HSL color Cylindrical-coordinate representation of color #09134C: hue angle of 231.04º 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 #09134C is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB91976-
CMYK0.880.7500.70
HSL231.04º78.82%16.67%-
HSV(B)231.04º88.16%29.8%-
XYZ1.651.056.95-
YUV22.51158.19118.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 76 (30.08% from 255) = 73.08%
R=8.65%
G=18.27%
B=73.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal919760.880.7500.70231.0478.8216.67
Hex9134C584B046e74f11
Octal1123114130113010634711721
Binary1001100111001100101100010010110100011011100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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