#083179

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

Shades of Sapphire #083179

Tints of Sapphire #083179

Color information

#083179 (or 0x083179) is unknown color: approx Sapphire. HEX triplet: 08, 31 and 79. RGB value is (8,49,121). Sum of RGB (Red+Green+Blue) = 8+49+121=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #083179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083179 is #F7CE86. Grayscale: #2C2C2C. Windows color (decimal): -16240263 or 7942408. OLE color: 7942408.

HSL color Cylindrical-coordinate representation of color #083179: hue angle of 218.23º degrees, saturation: 0.88, 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 #083179 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB849121-
CMYK0.930.6000.53
HSL218.23º87.6%25.29%-
HSV(B)218.23º93.39%47.45%-
XYZ4.653.6318.54-
YUV44.95170.92101.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 121 (47.66% from 255) = 67.98%
R=4.49%
G=27.53%
B=67.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8491210.930.6000.53218.2387.625.29
Hex831795D3C035da5819
Octal10611711357406533213031
Binary100011000111110011011101111100011010111011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083179; }

 p { color: rgb(8,49,121); }

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

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

 a { background-color: rgb(8,49,121); }

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

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

 span { border-color: rgb(8,49,121); }

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