Html Css Color HEX #082060 Sapphire

📋 copy color: '#082060'

red 8 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #082060

Tints of Sapphire #082060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 70.59%

R = 5.88%
G = 23.53%
B = 70.59%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082060 (or 0x082060) is known color: Sapphire. HEX triplet: 08, 20 and 60. RGB value is (8,32,96). Sum of RGB (Red+Green+Blue) = 8+32+96=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #082060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082060 is #F7DF9F. Grayscale: #1F1F1F. Windows color (decimal): -16244640 or 6299656. OLE color: 6299656.

HSL color Cylindrical-coordinate representation of color #082060: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082060 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 32 96 -
CMYK 0.92 0.67 0 0.62
HSL 223.64º 0.85% 0.2% -
HSV(B) 223.64º 0.92% 0.38% -
XYZ 2.73 1.93 11.29 -
YUV 32.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 8 32 96 0.92 0.67 0 0.62 223.64 0.85 0.2
Hex 8 20 60 5C 43 0 3E E0 55 14
Octal 10 40 140 134 103 0 76 340 125 24
Binary 1000 100000 1100000 1011100 1000011 0 111110 11100000 1010101 10100

Color Harmonies of #082060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082060

Black with #082060

Text Example


Text Example

White with #082060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082060; }

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

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

background-color css

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

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

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

border-color css

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

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

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