#092675

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

Shades of Sapphire #092675

Tints of Sapphire #092675

Color information

#092675 (or 0x092675) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 75. RGB value is (9,38,117). Sum of RGB (Red+Green+Blue) = 9+38+117=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #092675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092675 is #F6D98A. Grayscale: #252525. Windows color (decimal): -16177547 or 7677449. OLE color: 7677449.

HSL color Cylindrical-coordinate representation of color #092675: hue angle of 223.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092675 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB938117-
CMYK0.920.6800.54
HSL223.89º85.71%24.71%-
HSV(B)223.89º92.31%45.88%-
XYZ4.022.7317.14-
YUV38.33172.39107.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=5.49%
G=23.17%
B=71.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9381170.920.6800.54223.8985.7124.71
Hex926755C44036e05619
Octal114616513410406634012631
Binary1001100110111010110111001000100011011011100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092675; }

 p { color: rgb(9,38,117); }

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

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

 a { background-color: rgb(9,38,117); }

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

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

 span { border-color: rgb(9,38,117); }

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