#092B80

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

Shades of Sapphire #092B80

Tints of Sapphire #092B80

Color information

#092B80 (or 0x092B80) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 80. RGB value is (9,43,128). Sum of RGB (Red+Green+Blue) = 9+43+128=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #092B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092B80 is #F6D47F. Grayscale: #2A2A2A. Windows color (decimal): -16176256 or 8399625. OLE color: 8399625.

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

Color convert

RGB943128-
CMYK0.930.6600.50
HSL222.86º86.86%26.86%-
HSV(B)222.86º92.97%50.2%-
XYZ4.873.3420.81-
YUV42.52176.24104.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 128 (50.39% from 255) = 71.11%
R=5%
G=23.89%
B=71.11%

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
Decimal9431280.930.6600.50222.8686.8626.86
Hex92B805D42032df571b
Octal115320013510206233712733
Binary10011010111000000010111011000010011001011011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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