Html Css Color HEX #082051 Sapphire

📋 copy color: '#082051'

red 8 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #082051

Tints of Sapphire #082051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 66.94%

R = 6.61%
G = 26.45%
B = 66.94%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#082051 (or 0x082051) is known color: Sapphire. HEX triplet: 08, 20 and 51. RGB value is (8,32,81). Sum of RGB (Red+Green+Blue) = 8+32+81=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #082051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082051 is #F7DFAE. Grayscale: #1E1E1E. Windows color (decimal): -16244655 or 5316616. OLE color: 5316616.

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

Color convert

RGB 8 32 81 -
CMYK 0.90 0.60 0 0.68
HSL 220.27º 0.82% 0.17% -
HSV(B) 220.27º 0.9% 0.32% -
XYZ 2.1 1.68 8 -
YUV 30.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 8 32 81 0.90 0.60 0 0.68 220.27 0.82 0.17
Hex 8 20 51 5A 3C 0 44 DC 52 11
Octal 10 40 121 132 74 0 104 334 122 21
Binary 1000 100000 1010001 1011010 111100 0 1000100 11011100 1010010 10001

Color Harmonies of #082051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082051

Black with #082051

Text Example


Text Example

White with #082051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082051; }

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

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

background-color css

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

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

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

border-color css

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

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

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