#092070

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

Shades of Sapphire #092070

Tints of Sapphire #092070

Color information

#092070 (or 0x092070) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 70. RGB value is (9,32,112). Sum of RGB (Red+Green+Blue) = 9+32+112=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #092070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092070 is #F6DF8F. Grayscale: #212121. Windows color (decimal): -16179088 or 7348233. OLE color: 7348233.

HSL color Cylindrical-coordinate representation of color #092070: hue angle of 226.6º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092070 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB932112-
CMYK0.920.7100.56
HSL226.6º85.12%23.73%-
HSV(B)226.6º91.96%43.92%-
XYZ3.552.2615.58-
YUV34.24171.88110-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 112 (44.14% from 255) = 73.20%
R=5.88%
G=20.92%
B=73.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9321120.920.7100.56226.685.1223.73
Hex920705C47038e35518
Octal114016013410707034312530
Binary1001100000111000010111001000111011100011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092070; }

 p { color: rgb(9,32,112); }

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

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

 a { background-color: rgb(9,32,112); }

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

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

 span { border-color: rgb(9,32,112); }

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