Html Css Color HEX #082071 Sapphire

📋 copy color: '#082071'

red 8 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #082071

Tints of Sapphire #082071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 73.86%

R = 5.23%
G = 20.92%
B = 73.86%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082071 (or 0x082071) is known color: Sapphire. HEX triplet: 08, 20 and 71. RGB value is (8,32,113). Sum of RGB (Red+Green+Blue) = 8+32+113=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #082071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082071 is #F7DF8E. Grayscale: #212121. Windows color (decimal): -16244623 or 7413768. OLE color: 7413768.

HSL color Cylindrical-coordinate representation of color #082071: hue angle of 226.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082071 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 32 113 -
CMYK 0.93 0.72 0 0.56
HSL 226.29º 0.87% 0.24% -
HSV(B) 226.29º 0.93% 0.44% -
XYZ 3.6 2.28 15.87 -
YUV 34.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 8 32 113 0.93 0.72 0 0.56 226.29 0.87 0.24
Hex 8 20 71 5D 48 0 38 E2 57 18
Octal 10 40 161 135 110 0 70 342 127 30
Binary 1000 100000 1110001 1011101 1001000 0 111000 11100010 1010111 11000

Color Harmonies of #082071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082071

Black with #082071

Text Example


Text Example

White with #082071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082071; }

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

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

background-color css

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

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

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

border-color css

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

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

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