#09144F

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

Shades of Sapphire #09144F

Tints of Sapphire #09144F

Color information

#09144F (or 0x09144F) is unknown color: approx Sapphire. HEX triplet: 09, 14 and 4F. RGB value is (9,20,79). Sum of RGB (Red+Green+Blue) = 9+20+79=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #09144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09144F is #F6EBB0. Grayscale: #171717. Windows color (decimal): -16182193 or 5182473. OLE color: 5182473.

HSL color Cylindrical-coordinate representation of color #09144F: hue angle of 230.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09144F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB92079-
CMYK0.890.7500.69
HSL230.57º79.55%17.25%-
HSV(B)230.57º88.61%30.98%-
XYZ1.771.127.52-
YUV23.44159.36117.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=8.33%
G=18.52%
B=73.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal920790.890.7500.69230.5779.5517.25
Hex9144F594B045e75011
Octal1124117131113010534712021
Binary1001101001001111101100110010110100010111100111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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