#092470

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

Shades of Sapphire #092470

Tints of Sapphire #092470

Color information

#092470 (or 0x092470) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 70. RGB value is (9,36,112). Sum of RGB (Red+Green+Blue) = 9+36+112=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #092470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092470 is #F6DB8F. Grayscale: #242424. Windows color (decimal): -16178064 or 7349257. OLE color: 7349257.

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

Color convert

RGB936112-
CMYK0.920.6800.56
HSL224.27º85.12%23.73%-
HSV(B)224.27º91.96%43.92%-
XYZ3.672.4915.62-
YUV36.59170.55108.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 112 (44.14% from 255) = 71.34%
R=5.73%
G=22.93%
B=71.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9361120.920.6800.56224.2785.1223.73
Hex924705C44038e05518
Octal114416013410407034012530
Binary1001100100111000010111001000100011100011100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092470; }

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

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

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

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

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

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

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

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