#092F70

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

Shades of Sapphire #092F70

Tints of Sapphire #092F70

Color information

#092F70 (or 0x092F70) is unknown color: approx Sapphire. HEX triplet: 09, 2F and 70. RGB value is (9,47,112). Sum of RGB (Red+Green+Blue) = 9+47+112=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #092F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F70 is #F6D08F. Grayscale: #2A2A2A. Windows color (decimal): -16175248 or 7352073. OLE color: 7352073.

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

Color convert

RGB947112-
CMYK0.920.5800.56
HSL217.86º85.12%23.73%-
HSV(B)217.86º91.96%43.92%-
XYZ4.053.2615.75-
YUV43.05166.91103.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 112 (44.14% from 255) = 66.67%
R=5.36%
G=27.98%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9471120.920.5800.56217.8685.1223.73
Hex92F705C3A038da5518
Octal11571601347207033212530
Binary100110111111100001011100111010011100011011010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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