#092C73

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

Shades of Sapphire #092C73

Tints of Sapphire #092C73

Color information

#092C73 (or 0x092C73) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 73. RGB value is (9,44,115). Sum of RGB (Red+Green+Blue) = 9+44+115=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #092C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C73 is #F6D38C. Grayscale: #292929. Windows color (decimal): -16176013 or 7547913. OLE color: 7547913.

HSL color Cylindrical-coordinate representation of color #092C73: hue angle of 220.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092C73 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB944115-
CMYK0.920.6200.55
HSL220.19º85.48%24.31%-
HSV(B)220.19º92.17%45.1%-
XYZ4.113.116.6-
YUV41.63169.4104.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=5.36%
G=26.19%
B=68.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9441150.920.6200.55220.1985.4824.31
Hex92C735C3E037dc5518
Octal11541631347606733412530
Binary100110110011100111011100111110011011111011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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