Html Css Color HEX #071976 Sapphire

📋 copy color: '#071976'

red 7 ◦ green 25 ◦ blue 118

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

Shades of Sapphire #071976

Tints of Sapphire #071976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 78.67%

R = 4.67%
G = 16.67%
B = 78.67%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071976 (or 0x071976) is known color: Sapphire. HEX triplet: 07, 19 and 76. RGB value is (7,25,118). Sum of RGB (Red+Green+Blue) = 7+25+118=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #071976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071976 is #F8E689. Grayscale: #1D1D1D. Windows color (decimal): -16311946 or 7739655. OLE color: 7739655.

HSL color Cylindrical-coordinate representation of color #071976: hue angle of 230.27º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071976 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 25 118 -
CMYK 0.94 0.79 0 0.54
HSL 230.27º 0.89% 0.25% -
HSV(B) 230.27º 0.94% 0.46% -
XYZ 3.71 2.05 17.34 -
YUV 30.22 177.54 111.44 -
System Red Green Blue C M Y K H S L
Decimal 7 25 118 0.94 0.79 0 0.54 230.27 0.89 0.25
Hex 7 19 76 5E 4F 0 36 E6 59 19
Octal 7 31 166 136 117 0 66 346 131 31
Binary 111 11001 1110110 1011110 1001111 0 110110 11100110 1011001 11001

Color Harmonies of #071976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071976

Black with #071976

Text Example


Text Example

White with #071976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071976; }

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

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

background-color css

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

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

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

border-color css

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

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

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