#092D61

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

Shades of Sapphire #092D61

Tints of Sapphire #092D61

Color information

#092D61 (or 0x092D61) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 61. RGB value is (9,45,97). Sum of RGB (Red+Green+Blue) = 9+45+97=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #092D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D61 is #F6D29E. Grayscale: #272727. Windows color (decimal): -16175775 or 6368521. OLE color: 6368521.

HSL color Cylindrical-coordinate representation of color #092D61: hue angle of 215.45º 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 #092D61 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB94597-
CMYK0.910.5400.62
HSL215.45º83.02%20.78%-
HSV(B)215.45º90.72%38.04%-
XYZ3.212.811.68-
YUV40.16160.07105.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=5.96%
G=29.80%
B=64.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal945970.910.5400.62215.4583.0220.78
Hex92D615B3603Ed75315
Octal11551411336607632712325
Binary100110110111000011011011110110011111011010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,97); }

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

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

 a { background-color: rgb(9,45,97); }

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

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

 span { border-color: rgb(9,45,97); }

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