Html Css Color HEX #082062 Sapphire

📋 copy color: '#082062'

red 8 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #082062

Tints of Sapphire #082062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 71.01%

R = 5.8%
G = 23.19%
B = 71.01%

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

#082062 (or 0x082062) is known color: Sapphire. HEX triplet: 08, 20 and 62. RGB value is (8,32,98). Sum of RGB (Red+Green+Blue) = 8+32+98=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 98 (38.67% from 255 or 71.01% from 138); Max value from RGB is 98 - color contains mainly: blue. Hex color #082062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082062 is #F7DF9D. Grayscale: #202020. Windows color (decimal): -16244638 or 6430728. OLE color: 6430728.

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

Color convert

RGB 8 32 98 -
CMYK 0.92 0.67 0 0.62
HSL 224º 0.85% 0.21% -
HSV(B) 224º 0.92% 0.38% -
XYZ 2.82 1.97 11.79 -
YUV 32.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 8 32 98 0.92 0.67 0 0.62 224 0.85 0.21
Hex 8 20 62 5C 43 0 3E E0 55 15
Octal 10 40 142 134 103 0 76 340 125 25
Binary 1000 100000 1100010 1011100 1000011 0 111110 11100000 1010101 10101

Color Harmonies of #082062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082062

Black with #082062

Text Example


Text Example

White with #082062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082062; }

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

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

background-color css

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

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

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

border-color css

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

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

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