#091A6F

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

Shades of Sapphire #091A6F

Tints of Sapphire #091A6F

Color information

#091A6F (or 0x091A6F) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 6F. RGB value is (9,26,111). Sum of RGB (Red+Green+Blue) = 9+26+111=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #091A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A6F is #F6E590. Grayscale: #1E1E1E. Windows color (decimal): -16180625 or 7281161. OLE color: 7281161.

HSL color Cylindrical-coordinate representation of color #091A6F: hue angle of 230º 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 #091A6F is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB926111-
CMYK0.920.7700.56
HSL230º85%23.53%-
HSV(B)230º91.89%43.53%-
XYZ3.351.9415.24-
YUV30.61173.37112.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 111 (43.75% from 255) = 76.03%
R=6.16%
G=17.81%
B=76.03%

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
Decimal9261110.920.7700.562308523.53
Hex91A6F5C4D038e65518
Octal113215713411507034612530
Binary100111010110111110111001001101011100011100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091A6F; }

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

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

<style>
 a { background-color: #091A6F; }

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

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

<style>
 span { border-color: #091A6F; }

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

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