#09144C

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

Shades of Sapphire #09144C

Tints of Sapphire #09144C

Color information

#09144C (or 0x09144C) is unknown color: approx Sapphire. HEX triplet: 09, 14 and 4C. RGB value is (9,20,76). Sum of RGB (Red+Green+Blue) = 9+20+76=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #09144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09144C is #F6EBB3. Grayscale: #161616. Windows color (decimal): -16182196 or 4985865. OLE color: 4985865.

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

Color convert

RGB92076-
CMYK0.880.7400.70
HSL230.15º78.82%16.67%-
HSV(B)230.15º88.16%29.8%-
XYZ1.671.086.96-
YUV23.1157.86117.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=8.57%
G=19.05%
B=72.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal920760.880.7400.70230.1578.8216.67
Hex9144C584A046e64f11
Octal1124114130112010634611721
Binary1001101001001100101100010010100100011011100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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