#083075

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

Shades of Sapphire #083075

Tints of Sapphire #083075

Color information

#083075 (or 0x083075) is unknown color: approx Sapphire. HEX triplet: 08, 30 and 75. RGB value is (8,48,117). Sum of RGB (Red+Green+Blue) = 8+48+117=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #083075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083075 is #F7CF8A. Grayscale: #2B2B2B. Windows color (decimal): -16240523 or 7680008. OLE color: 7680008.

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

Color convert

RGB848117-
CMYK0.930.5900.54
HSL217.98º87.2%24.51%-
HSV(B)217.98º93.16%45.88%-
XYZ4.373.4517.27-
YUV43.91169.25102.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=4.62%
G=27.75%
B=67.63%

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
Decimal8481170.930.5900.54217.9887.224.51
Hex830755D3B036da5719
Octal10601651357306633212731
Binary100011000011101011011101111011011011011011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083075; }

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

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

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

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

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

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

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

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