#091462

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

Shades of Sapphire #091462

Tints of Sapphire #091462

Color information

#091462 (or 0x091462) is unknown color: approx Sapphire. HEX triplet: 09, 14 and 62. RGB value is (9,20,98). Sum of RGB (Red+Green+Blue) = 9+20+98=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #091462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091462 is #F6EB9D. Grayscale: #191919. Windows color (decimal): -16182174 or 6427657. OLE color: 6427657.

HSL color Cylindrical-coordinate representation of color #091462: hue angle of 232.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091462 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB92098-
CMYK0.910.8000.62
HSL232.58º83.18%20.98%-
HSV(B)232.58º90.82%38.43%-
XYZ2.571.4411.7-
YUV25.6168.86116.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 98 (38.67% from 255) = 77.17%
R=7.09%
G=15.75%
B=77.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal920980.910.8000.62232.5883.1820.98
Hex914625B5003Ee95315
Octal112414213312007635112325
Binary100110100110001010110111010000011111011101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091462; }

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

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

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

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

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

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

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

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