#092379

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

Shades of Sapphire #092379

Tints of Sapphire #092379

Color information

#092379 (or 0x092379) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 79. RGB value is (9,35,121). Sum of RGB (Red+Green+Blue) = 9+35+121=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #092379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092379 is #F6DC86. Grayscale: #242424. Windows color (decimal): -16178311 or 7938825. OLE color: 7938825.

HSL color Cylindrical-coordinate representation of color #092379: hue angle of 226.07º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092379 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB935121-
CMYK0.930.7100.53
HSL226.07º86.15%25.49%-
HSV(B)226.07º92.56%47.45%-
XYZ4.162.6418.38-
YUV37.03175.39108.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 121 (47.66% from 255) = 73.33%
R=5.45%
G=21.21%
B=73.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9351210.930.7100.53226.0786.1525.49
Hex923795D47035e25619
Octal114317113510706534212631
Binary1001100011111100110111011000111011010111100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092379; }

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

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

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

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

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

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

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

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