#09134D

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

Shades of Sapphire #09134D

Tints of Sapphire #09134D

Color information

#09134D (or 0x09134D) is unknown color: approx Sapphire. HEX triplet: 09, 13 and 4D. RGB value is (9,19,77). Sum of RGB (Red+Green+Blue) = 9+19+77=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #09134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09134D is #F6ECB2. Grayscale: #161616. Windows color (decimal): -16182451 or 5051145. OLE color: 5051145.

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

Color convert

RGB91977-
CMYK0.880.7500.70
HSL231.18º79.07%16.86%-
HSV(B)231.18º88.31%30.2%-
XYZ1.691.067.14-
YUV22.62158.69118.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=8.57%
G=18.10%
B=73.33%

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
Decimal919770.880.7500.70231.1879.0716.86
Hex9134D584B046e74f11
Octal1123115130113010634711721
Binary1001100111001101101100010010110100011011100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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