#082A70

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

Shades of Sapphire #082A70

Tints of Sapphire #082A70

Color information

#082A70 (or 0x082A70) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 70. RGB value is (8,42,112). Sum of RGB (Red+Green+Blue) = 8+42+112=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #082A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A70 is #F7D58F. Grayscale: #272727. Windows color (decimal): -16242064 or 7350792. OLE color: 7350792.

HSL color Cylindrical-coordinate representation of color #082A70: hue angle of 220.38º 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 #082A70 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB842112-
CMYK0.930.6200.56
HSL220.38º86.67%23.53%-
HSV(B)220.38º92.86%43.92%-
XYZ3.852.8815.68-
YUV39.81168.74105.31-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 112 (44.14% from 255) = 69.14%
R=4.94%
G=25.93%
B=69.14%

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
Decimal8421120.930.6200.56220.3886.6723.53
Hex82A705D3E038dc5718
Octal10521601357607033412730
Binary100010101011100001011101111110011100011011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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