#091C5D

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

Shades of Sapphire #091C5D

Tints of Sapphire #091C5D

Color information

#091C5D (or 0x091C5D) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 5D. RGB value is (9,28,93). Sum of RGB (Red+Green+Blue) = 9+28+93=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #091C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C5D is #F6E3A2. Grayscale: #1D1D1D. Windows color (decimal): -16180131 or 6102025. OLE color: 6102025.

HSL color Cylindrical-coordinate representation of color #091C5D: hue angle of 226.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091C5D is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB92893-
CMYK0.900.7000.64
HSL226.43º82.35%20%-
HSV(B)226.43º90.32%36.47%-
XYZ2.51.6810.55-
YUV29.73163.71113.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=6.92%
G=21.54%
B=71.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal928930.900.7000.64226.4382.3520
Hex91C5D5A46040e25214
Octal1134135132106010034212224
Binary1001111001011101101101010001100100000011100010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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