Html Css Color HEX #071977 Sapphire

📋 copy color: '#071977'

red 7 ◦ green 25 ◦ blue 119

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

Shades of Sapphire #071977

Tints of Sapphire #071977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 78.81%

R = 4.64%
G = 16.56%
B = 78.81%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071977 (or 0x071977) is known color: Sapphire. HEX triplet: 07, 19 and 77. RGB value is (7,25,119). Sum of RGB (Red+Green+Blue) = 7+25+119=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #071977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071977 is #F8E688. Grayscale: #1D1D1D. Windows color (decimal): -16311945 or 7805191. OLE color: 7805191.

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

Color convert

RGB 7 25 119 -
CMYK 0.94 0.79 0 0.53
HSL 230.36º 0.89% 0.25% -
HSV(B) 230.36º 0.94% 0.47% -
XYZ 3.77 2.07 17.65 -
YUV 30.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 7 25 119 0.94 0.79 0 0.53 230.36 0.89 0.25
Hex 7 19 77 5E 4F 0 35 E6 59 19
Octal 7 31 167 136 117 0 65 346 131 31
Binary 111 11001 1110111 1011110 1001111 0 110101 11100110 1011001 11001

Color Harmonies of #071977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071977

Black with #071977

Text Example


Text Example

White with #071977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071977; }

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

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

background-color css

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

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

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

border-color css

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

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

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