#092980

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

Shades of Sapphire #092980

Tints of Sapphire #092980

Color information

#092980 (or 0x092980) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 80. RGB value is (9,41,128). Sum of RGB (Red+Green+Blue) = 9+41+128=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #092980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092980 is #F6D67F. Grayscale: #282828. Windows color (decimal): -16176768 or 8399113. OLE color: 8399113.

HSL color Cylindrical-coordinate representation of color #092980: hue angle of 223.87º 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 #092980 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB941128-
CMYK0.930.6800.50
HSL223.87º86.86%26.86%-
HSV(B)223.87º92.97%50.2%-
XYZ4.83.220.79-
YUV41.35176.9104.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 128 (50.39% from 255) = 71.91%
R=5.06%
G=23.03%
B=71.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9411280.930.6800.50223.8786.8626.86
Hex929805D44032e0571b
Octal115120013510406234012733
Binary10011010011000000010111011000100011001011100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092980; }

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

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

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

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

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

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

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

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