Html Css Color HEX #073179 Sapphire

📋 copy color: '#073179'

red 7 ◦ green 49 ◦ blue 121

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

Shades of Sapphire #073179

Tints of Sapphire #073179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 3.95%
G = 27.68%
B = 68.36%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#073179 (or 0x073179) is known color: Sapphire. HEX triplet: 07, 31 and 79. RGB value is (7,49,121). Sum of RGB (Red+Green+Blue) = 7+49+121=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #073179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073179 is #F8CE86. Grayscale: #2C2C2C. Windows color (decimal): -16305799 or 7942407. OLE color: 7942407.

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

Color convert

RGB 7 49 121 -
CMYK 0.94 0.60 0 0.53
HSL 217.89º 0.89% 0.25% -
HSV(B) 217.89º 0.94% 0.47% -
XYZ 4.64 3.62 18.54 -
YUV 44.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 7 49 121 0.94 0.60 0 0.53 217.89 0.89 0.25
Hex 7 31 79 5E 3C 0 35 DA 59 19
Octal 7 61 171 136 74 0 65 332 131 31
Binary 111 110001 1111001 1011110 111100 0 110101 11011010 1011001 11001

Color Harmonies of #073179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073179

Black with #073179

Text Example


Text Example

White with #073179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073179; }

 p { color: rgb(7,49,121); }

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

background-color css

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

 a { background-color: rgb(7,49,121); }

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

border-color css

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

 span { border-color: rgb(7,49,121); }

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