Html Css Color HEX #082059 Sapphire

📋 copy color: '#082059'

red 8 ◦ green 32 ◦ blue 89

#082059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #082059

Tints of Sapphire #082059

RGB

 RED value IS 8 (3.52% from 255) = 6.2%

 GREEN value IS 32 (12.89% from 255) = 24.81%

 BLUE value IS 89 (35.16% from 255) = 68.99%

R = 6.2%
G = 24.81%
B = 68.99%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082059 (or 0x082059) is known color: Sapphire. HEX triplet: 08, 20 and 59. RGB value is (8,32,89). Sum of RGB (Red+Green+Blue) = 8+32+89=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #082059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082059 is #F7DFA6. Grayscale: #1F1F1F. Windows color (decimal): -16244647 or 5840904. OLE color: 5840904.

HSL color Cylindrical-coordinate representation of color #082059: hue angle of 222.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082059 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 32 89 -
CMYK 0.91 0.64 0 0.65
HSL 222.22º 0.84% 0.19% -
HSV(B) 222.22º 0.91% 0.35% -
XYZ 2.42 1.81 9.67 -
YUV 31.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 8 32 89 0.91 0.64 0 0.65 222.22 0.84 0.19
Hex 8 20 59 5B 40 0 41 DE 54 13
Octal 10 40 131 133 100 0 101 336 124 23
Binary 1000 100000 1011001 1011011 1000000 0 1000001 11011110 1010100 10011

Color Harmonies of #082059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082059

Black with #082059

Text Example


Text Example

White with #082059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082059; }

 p { color: rgb(8,32,89); }

 H1.HeaderClassName
 {
   color: #082059;
 }
 .AnyTagClassName
 {
   color: #082059;
 }
</style>

background-color css

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

 a { background-color: rgb(8,32,89); }

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

border-color css

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

 span { border-color: rgb(8,32,89); }

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