Html Css Color HEX #071971 Sapphire

📋 copy color: '#071971'

red 7 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #071971

Tints of Sapphire #071971

RGB

 RED value IS 7 (3.13% from 255) = 4.83%

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

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

R = 4.83%
G = 17.24%
B = 77.93%

CMYK

 C value IS 0.94

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071971 (or 0x071971) is known color: Sapphire. HEX triplet: 07, 19 and 71. RGB value is (7,25,113). Sum of RGB (Red+Green+Blue) = 7+25+113=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #071971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071971 is #F8E68E. Grayscale: #1D1D1D. Windows color (decimal): -16311951 or 7411975. OLE color: 7411975.

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

Color convert

RGB 7 25 113 -
CMYK 0.94 0.78 0 0.56
HSL 229.81º 0.88% 0.24% -
HSV(B) 229.81º 0.94% 0.44% -
XYZ 3.42 1.93 15.82 -
YUV 29.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 7 25 113 0.94 0.78 0 0.56 229.81 0.88 0.24
Hex 7 19 71 5E 4E 0 38 E6 58 18
Octal 7 31 161 136 116 0 70 346 130 30
Binary 111 11001 1110001 1011110 1001110 0 111000 11100110 1011000 11000

Color Harmonies of #071971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071971

Black with #071971

Text Example


Text Example

White with #071971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071971; }

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

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

background-color css

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

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

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

border-color css

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

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

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