#09196F

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

Shades of Sapphire #09196F

Tints of Sapphire #09196F

Color information

#09196F (or 0x09196F) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 6F. RGB value is (9,25,111). Sum of RGB (Red+Green+Blue) = 9+25+111=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #09196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09196F is #F6E690. Grayscale: #1D1D1D. Windows color (decimal): -16180881 or 7280905. OLE color: 7280905.

HSL color Cylindrical-coordinate representation of color #09196F: hue angle of 230.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09196F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB925111-
CMYK0.920.7700.56
HSL230.59º85%23.53%-
HSV(B)230.59º91.89%43.53%-
XYZ3.331.915.23-
YUV30.02173.7113.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=6.21%
G=17.24%
B=76.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9251110.920.7700.56230.598523.53
Hex9196F5C4D038e75518
Octal113115713411507034712530
Binary100111001110111110111001001101011100011100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,25,111); }

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

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

 a { background-color: rgb(9,25,111); }

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

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

 span { border-color: rgb(9,25,111); }

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