#091B5E

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

Shades of Sapphire #091B5E

Tints of Sapphire #091B5E

Color information

#091B5E (or 0x091B5E) is unknown color: approx Sapphire. HEX triplet: 09, 1B and 5E. RGB value is (9,27,94). Sum of RGB (Red+Green+Blue) = 9+27+94=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #091B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B5E is #F6E4A1. Grayscale: #1C1C1C. Windows color (decimal): -16180386 or 6167305. OLE color: 6167305.

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

Color convert

RGB92794-
CMYK0.900.7100.63
HSL227.29º82.52%20.2%-
HSV(B)227.29º90.43%36.86%-
XYZ2.521.6510.78-
YUV29.26164.54113.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 94 (37.11% from 255) = 72.31%
R=6.92%
G=20.77%
B=72.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal927940.900.7100.63227.2982.5220.2
Hex91B5E5A4703Fe35314
Octal113313613210707734312324
Binary100111011101111010110101000111011111111100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,27,94); }

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

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

 a { background-color: rgb(9,27,94); }

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

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

 span { border-color: rgb(9,27,94); }

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