#083076

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

Shades of Sapphire #083076

Tints of Sapphire #083076

Color information

#083076 (or 0x083076) is unknown color: approx Sapphire. HEX triplet: 08, 30 and 76. RGB value is (8,48,118). Sum of RGB (Red+Green+Blue) = 8+48+118=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #083076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083076 is #F7CF89. Grayscale: #2B2B2B. Windows color (decimal): -16240522 or 7745544. OLE color: 7745544.

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

Color convert

RGB848118-
CMYK0.930.5900.54
HSL218.18º87.3%24.71%-
HSV(B)218.18º93.22%46.27%-
XYZ4.433.4717.58-
YUV44.02169.75102.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=4.60%
G=27.59%
B=67.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8481180.930.5900.54218.1887.324.71
Hex830765D3B036da5719
Octal10601661357306633212731
Binary100011000011101101011101111011011011011011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083076; }

 p { color: rgb(8,48,118); }

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

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

 a { background-color: rgb(8,48,118); }

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

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

 span { border-color: rgb(8,48,118); }

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