#09164D

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

Shades of Sapphire #09164D

Tints of Sapphire #09164D

Color information

#09164D (or 0x09164D) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 4D. RGB value is (9,22,77). Sum of RGB (Red+Green+Blue) = 9+22+77=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #09164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09164D is #F6E9B2. Grayscale: #181818. Windows color (decimal): -16181683 or 5051913. OLE color: 5051913.

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

Color convert

RGB92277-
CMYK0.880.7100.70
HSL228.53º79.07%16.86%-
HSV(B)228.53º88.31%30.2%-
XYZ1.741.177.15-
YUV24.38157.69117.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 77 (30.47% from 255) = 71.30%
R=8.33%
G=20.37%
B=71.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal922770.880.7100.70228.5379.0716.86
Hex9164D5847046e54f11
Octal1126115130107010634511721
Binary1001101101001101101100010001110100011011100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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