Html Css Color HEX #072977 Sapphire

📋 copy color: '#072977'

red 7 ◦ green 41 ◦ blue 119

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

Shades of Sapphire #072977

Tints of Sapphire #072977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 4.19%
G = 24.55%
B = 71.26%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072977 (or 0x072977) is known color: Sapphire. HEX triplet: 07, 29 and 77. RGB value is (7,41,119). Sum of RGB (Red+Green+Blue) = 7+41+119=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 119 (46.88% from 255 or 71.26% from 167); Max value from RGB is 119 - color contains mainly: blue. Hex color #072977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072977 is #F8D688. Grayscale: #272727. Windows color (decimal): -16307849 or 7809287. OLE color: 7809287.

HSL color Cylindrical-coordinate representation of color #072977: hue angle of 221.79º 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 #072977 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 41 119 -
CMYK 0.94 0.66 0 0.53
HSL 221.79º 0.89% 0.25% -
HSV(B) 221.79º 0.94% 0.47% -
XYZ 4.21 2.96 17.8 -
YUV 39.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 7 41 119 0.94 0.66 0 0.53 221.79 0.89 0.25
Hex 7 29 77 5E 42 0 35 DE 59 19
Octal 7 51 167 136 102 0 65 336 131 31
Binary 111 101001 1110111 1011110 1000010 0 110101 11011110 1011001 11001

Color Harmonies of #072977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072977

Black with #072977

Text Example


Text Example

White with #072977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072977; }

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

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

background-color css

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

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

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

border-color css

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

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

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