#092380

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

Shades of Sapphire #092380

Tints of Sapphire #092380

Color information

#092380 (or 0x092380) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 80. RGB value is (9,35,128). Sum of RGB (Red+Green+Blue) = 9+35+128=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #092380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092380 is #F6DC7F. Grayscale: #252525. Windows color (decimal): -16178304 or 8397577. OLE color: 8397577.

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

Color convert

RGB935128-
CMYK0.930.7300.50
HSL226.89º86.86%26.86%-
HSV(B)226.89º92.97%50.2%-
XYZ4.612.8220.72-
YUV37.83178.89107.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 128 (50.39% from 255) = 74.42%
R=5.23%
G=20.35%
B=74.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9351280.930.7300.50226.8986.8626.86
Hex923805D49032e3571b
Octal114320013511106234312733
Binary10011000111000000010111011001001011001011100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092380; }

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

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

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

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

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

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

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

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