#092170

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

Shades of Sapphire #092170

Tints of Sapphire #092170

Color information

#092170 (or 0x092170) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 70. RGB value is (9,33,112). Sum of RGB (Red+Green+Blue) = 9+33+112=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #092170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092170 is #F6DE8F. Grayscale: #222222. Windows color (decimal): -16178832 or 7348489. OLE color: 7348489.

HSL color Cylindrical-coordinate representation of color #092170: hue angle of 226.02º 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 #092170 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB933112-
CMYK0.920.7100.56
HSL226.02º85.12%23.73%-
HSV(B)226.02º91.96%43.92%-
XYZ3.582.3215.59-
YUV34.83171.55109.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 112 (44.14% from 255) = 72.73%
R=5.84%
G=21.43%
B=72.73%

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
Decimal9331120.920.7100.56226.0285.1223.73
Hex921705C47038e25518
Octal114116013410707034212530
Binary1001100001111000010111001000111011100011100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092170; }

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

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

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

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

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

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

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

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