#082B70

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

Shades of Sapphire #082B70

Tints of Sapphire #082B70

Color information

#082B70 (or 0x082B70) is unknown color: approx Sapphire. HEX triplet: 08, 2B and 70. RGB value is (8,43,112). Sum of RGB (Red+Green+Blue) = 8+43+112=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #082B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B70 is #F7D48F. Grayscale: #282828. Windows color (decimal): -16241808 or 7351048. OLE color: 7351048.

HSL color Cylindrical-coordinate representation of color #082B70: hue angle of 219.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082B70 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB843112-
CMYK0.930.6200.56
HSL219.81º86.67%23.53%-
HSV(B)219.81º92.86%43.92%-
XYZ3.892.9515.69-
YUV40.4168.4104.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=4.91%
G=26.38%
B=68.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8431120.930.6200.56219.8186.6723.53
Hex82B705D3E038dc5718
Octal10531601357607033412730
Binary100010101111100001011101111110011100011011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082B70; }

 p { color: rgb(8,43,112); }

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

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

 a { background-color: rgb(8,43,112); }

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

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

 span { border-color: rgb(8,43,112); }

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