Html Css Color HEX #081971 Sapphire

📋 copy color: '#081971'

red 8 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #081971

Tints of Sapphire #081971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 5.48%
G = 17.12%
B = 77.4%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#081971 (or 0x081971) is known color: Sapphire. HEX triplet: 08, 19 and 71. RGB value is (8,25,113). Sum of RGB (Red+Green+Blue) = 8+25+113=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #081971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081971 is #F7E68E. Grayscale: #1D1D1D. Windows color (decimal): -16246415 or 7411976. OLE color: 7411976.

HSL color Cylindrical-coordinate representation of color #081971: hue angle of 230.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 #081971 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 25 113 -
CMYK 0.93 0.78 0 0.56
HSL 230.29º 0.87% 0.24% -
HSV(B) 230.29º 0.93% 0.44% -
XYZ 3.43 1.94 15.82 -
YUV 29.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 8 25 113 0.93 0.78 0 0.56 230.29 0.87 0.24
Hex 8 19 71 5D 4E 0 38 E6 57 18
Octal 10 31 161 135 116 0 70 346 127 30
Binary 1000 11001 1110001 1011101 1001110 0 111000 11100110 1010111 11000

Color Harmonies of #081971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081971

Black with #081971

Text Example


Text Example

White with #081971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081971; }

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

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

background-color css

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

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

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

border-color css

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

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

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