#091C6B

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

Shades of Sapphire #091C6B

Tints of Sapphire #091C6B

Color information

#091C6B (or 0x091C6B) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 6B. RGB value is (9,28,107). Sum of RGB (Red+Green+Blue) = 9+28+107=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #091C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C6B is #F6E394. Grayscale: #1E1E1E. Windows color (decimal): -16180117 or 7019529. OLE color: 7019529.

HSL color Cylindrical-coordinate representation of color #091C6B: hue angle of 228.37º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091C6B is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB928107-
CMYK0.920.7400.58
HSL228.37º84.48%22.75%-
HSV(B)228.37º91.59%41.96%-
XYZ3.181.9514.12-
YUV31.32170.71112.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 107 (42.19% from 255) = 74.31%
R=6.25%
G=19.44%
B=74.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9281070.920.7400.58228.3784.4822.75
Hex91C6B5C4A03Ae45417
Octal113415313411207234412427
Binary100111100110101110111001001010011101011100100101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,28,107); }

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

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

 a { background-color: rgb(9,28,107); }

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

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

 span { border-color: rgb(9,28,107); }

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