#092E70

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

Shades of Sapphire #092E70

Tints of Sapphire #092E70

Color information

#092E70 (or 0x092E70) is unknown color: approx Sapphire. HEX triplet: 09, 2E and 70. RGB value is (9,46,112). Sum of RGB (Red+Green+Blue) = 9+46+112=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #092E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E70 is #F6D18F. Grayscale: #2A2A2A. Windows color (decimal): -16175504 or 7351817. OLE color: 7351817.

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

Color convert

RGB946112-
CMYK0.920.5900.56
HSL218.45º85.12%23.73%-
HSV(B)218.45º91.96%43.92%-
XYZ4.013.1815.73-
YUV42.46167.24104.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=5.39%
G=27.54%
B=67.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9461120.920.5900.56218.4585.1223.73
Hex92E705C3B038da5518
Octal11561601347307033212530
Binary100110111011100001011100111011011100011011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092E70; }

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

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

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

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

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

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

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

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