#091458

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

Shades of Sapphire #091458

Tints of Sapphire #091458

Color information

#091458 (or 0x091458) is unknown color: approx Sapphire. HEX triplet: 09, 14 and 58. RGB value is (9,20,88). Sum of RGB (Red+Green+Blue) = 9+20+88=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #091458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091458 is #F6EBA7. Grayscale: #181818. Windows color (decimal): -16182184 or 5772297. OLE color: 5772297.

HSL color Cylindrical-coordinate representation of color #091458: hue angle of 231.65º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #091458 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB92088-
CMYK0.900.7700.65
HSL231.65º81.44%19.02%-
HSV(B)231.65º89.77%34.51%-
XYZ2.121.269.36-
YUV24.46163.86116.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 88 (34.77% from 255) = 75.21%
R=7.69%
G=17.09%
B=75.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal920880.900.7700.65231.6581.4419.02
Hex914585A4D041e85113
Octal1124130132115010135012123
Binary1001101001011000101101010011010100000111101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091458; }

 p { color: rgb(9,20,88); }

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

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

 a { background-color: rgb(9,20,88); }

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

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

 span { border-color: rgb(9,20,88); }

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