#091C5F

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

Shades of Sapphire #091C5F

Tints of Sapphire #091C5F

Color information

#091C5F (or 0x091C5F) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 5F. RGB value is (9,28,95). Sum of RGB (Red+Green+Blue) = 9+28+95=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #091C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C5F is #F6E3A0. Grayscale: #1D1D1D. Windows color (decimal): -16180129 or 6233097. OLE color: 6233097.

HSL color Cylindrical-coordinate representation of color #091C5F: hue angle of 226.74º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091C5F is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB92895-
CMYK0.910.7100.63
HSL226.74º82.69%20.39%-
HSV(B)226.74º90.53%37.25%-
XYZ2.591.7111.02-
YUV29.96164.71113.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=6.82%
G=21.21%
B=71.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal928950.910.7100.63226.7482.6920.39
Hex91C5F5B4703Fe35314
Octal113413713310707734312324
Binary100111100101111110110111000111011111111100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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