Html Css Color HEX #082050 Sapphire

📋 copy color: '#082050'

red 8 ◦ green 32 ◦ blue 80

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

Shades of Sapphire #082050

Tints of Sapphire #082050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 66.67%

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#082050 (or 0x082050) is known color: Sapphire. HEX triplet: 08, 20 and 50. RGB value is (8,32,80). Sum of RGB (Red+Green+Blue) = 8+32+80=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #082050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082050 is #F7DFAF. Grayscale: #1E1E1E. Windows color (decimal): -16244656 or 5251080. OLE color: 5251080.

HSL color Cylindrical-coordinate representation of color #082050: hue angle of 220º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082050 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 32 80 -
CMYK 0.90 0.60 0 0.69
HSL 220º 0.82% 0.17% -
HSV(B) 220º 0.9% 0.31% -
XYZ 2.06 1.66 7.8 -
YUV 30.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 8 32 80 0.90 0.60 0 0.69 220 0.82 0.17
Hex 8 20 50 5A 3C 0 45 DC 52 11
Octal 10 40 120 132 74 0 105 334 122 21
Binary 1000 100000 1010000 1011010 111100 0 1000101 11011100 1010010 10001

Color Harmonies of #082050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082050

Black with #082050

Text Example


Text Example

White with #082050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082050; }

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

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

background-color css

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

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

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

border-color css

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

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

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