#092C80

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

Shades of Sapphire #092C80

Tints of Sapphire #092C80

Color information

#092C80 (or 0x092C80) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 80. RGB value is (9,44,128). Sum of RGB (Red+Green+Blue) = 9+44+128=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 128 (50.39% from 255 or 70.72% from 181); Max value from RGB is 128 - color contains mainly: blue. Hex color #092C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C80 is #F6D37F. Grayscale: #2A2A2A. Windows color (decimal): -16176000 or 8399881. OLE color: 8399881.

HSL color Cylindrical-coordinate representation of color #092C80: hue angle of 222.35º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092C80 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB944128-
CMYK0.930.6600.50
HSL222.35º86.86%26.86%-
HSV(B)222.35º92.97%50.2%-
XYZ4.913.4220.82-
YUV43.11175.9103.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 128 (50.39% from 255) = 70.72%
R=4.97%
G=24.31%
B=70.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9441280.930.6600.50222.3586.8626.86
Hex92C805D42032de571b
Octal115420013510206233612733
Binary10011011001000000010111011000010011001011011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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