#09164E

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

Shades of Sapphire #09164E

Tints of Sapphire #09164E

Color information

#09164E (or 0x09164E) is unknown color: approx Sapphire. HEX triplet: 09, 16 and 4E. RGB value is (9,22,78). Sum of RGB (Red+Green+Blue) = 9+22+78=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #09164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09164E is #F6E9B1. Grayscale: #181818. Windows color (decimal): -16181682 or 5117449. OLE color: 5117449.

HSL color Cylindrical-coordinate representation of color #09164E: hue angle of 228.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09164E is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB92278-
CMYK0.880.7200.69
HSL228.7º79.31%17.06%-
HSV(B)228.7º88.46%30.59%-
XYZ1.771.187.34-
YUV24.5158.19116.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 78 (30.86% from 255) = 71.56%
R=8.26%
G=20.18%
B=71.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal922780.880.7200.69228.779.3117.06
Hex9164E5848045e54f11
Octal1126116130110010534511721
Binary1001101101001110101100010010000100010111100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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