#09154D

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

Shades of Sapphire #09154D

Tints of Sapphire #09154D

Color information

#09154D (or 0x09154D) is unknown color: approx Sapphire. HEX triplet: 09, 15 and 4D. RGB value is (9,21,77). Sum of RGB (Red+Green+Blue) = 9+21+77=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #09154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09154D is #F6EAB2. Grayscale: #171717. Windows color (decimal): -16181939 or 5051657. OLE color: 5051657.

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

Color convert

RGB92177-
CMYK0.880.7300.70
HSL229.41º79.07%16.86%-
HSV(B)229.41º88.31%30.2%-
XYZ1.721.137.15-
YUV23.8158.02117.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=8.41%
G=19.63%
B=71.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal921770.880.7300.70229.4179.0716.86
Hex9154D5849046e54f11
Octal1125115130111010634511721
Binary1001101011001101101100010010010100011011100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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