#092C62

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

Shades of Sapphire #092C62

Tints of Sapphire #092C62

Color information

#092C62 (or 0x092C62) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 62. RGB value is (9,44,98). Sum of RGB (Red+Green+Blue) = 9+44+98=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #092C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C62 is #F6D39D. Grayscale: #272727. Windows color (decimal): -16176030 or 6433801. OLE color: 6433801.

HSL color Cylindrical-coordinate representation of color #092C62: hue angle of 216.4º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092C62 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94498-
CMYK0.910.5500.62
HSL216.4º83.18%20.98%-
HSV(B)216.4º90.82%38.43%-
XYZ3.222.7411.91-
YUV39.69160.9106.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=5.96%
G=29.14%
B=64.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal944980.910.5500.62216.483.1820.98
Hex92C625B3703Ed85315
Octal11541421336707633012325
Binary100110110011000101011011110111011111011011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,44,98); }

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

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

 a { background-color: rgb(9,44,98); }

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

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

 span { border-color: rgb(9,44,98); }

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