Html Css Color HEX #072179 Sapphire

📋 copy color: '#072179'

red 7 ◦ green 33 ◦ blue 121

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

Shades of Sapphire #072179

Tints of Sapphire #072179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.5%

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

R = 4.35%
G = 20.5%
B = 75.16%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072179 (or 0x072179) is known color: Sapphire. HEX triplet: 07, 21 and 79. RGB value is (7,33,121). Sum of RGB (Red+Green+Blue) = 7+33+121=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #072179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072179 is #F8DE86. Grayscale: #222222. Windows color (decimal): -16309895 or 7938311. OLE color: 7938311.

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

Color convert

RGB 7 33 121 -
CMYK 0.94 0.73 0 0.53
HSL 226.32º 0.89% 0.25% -
HSV(B) 226.32º 0.94% 0.47% -
XYZ 4.08 2.51 18.36 -
YUV 35.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 7 33 121 0.94 0.73 0 0.53 226.32 0.89 0.25
Hex 7 21 79 5E 49 0 35 E2 59 19
Octal 7 41 171 136 111 0 65 342 131 31
Binary 111 100001 1111001 1011110 1001001 0 110101 11100010 1011001 11001

Color Harmonies of #072179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072179

Black with #072179

Text Example


Text Example

White with #072179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072179; }

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

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

background-color css

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

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

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

border-color css

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

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

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