#092D60

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

Shades of Sapphire #092D60

Tints of Sapphire #092D60

Color information

#092D60 (or 0x092D60) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 60. RGB value is (9,45,96). Sum of RGB (Red+Green+Blue) = 9+45+96=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #092D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D60 is #F6D29F. Grayscale: #272727. Windows color (decimal): -16175776 or 6302985. OLE color: 6302985.

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

Color convert

RGB94596-
CMYK0.910.5300.62
HSL215.17º82.86%20.59%-
HSV(B)215.17º90.62%37.65%-
XYZ3.162.7811.44-
YUV40.05159.57105.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 64%
R=6%
G=30%
B=64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal945960.910.5300.62215.1782.8620.59
Hex92D605B3503Ed75315
Octal11551401336507632712325
Binary100110110111000001011011110101011111011010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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