Html Css Color HEX #072049 Sapphire

📋 copy color: '#072049'

red 7 ◦ green 32 ◦ blue 73

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

Shades of Sapphire #072049

Tints of Sapphire #072049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.57%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 6.25%
G = 28.57%
B = 65.18%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#072049 (or 0x072049) is known color: Sapphire. HEX triplet: 07, 20 and 49. RGB value is (7,32,73). Sum of RGB (Red+Green+Blue) = 7+32+73=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #072049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072049 is #F8DFB6. Grayscale: #1D1D1D. Windows color (decimal): -16310199 or 4792327. OLE color: 4792327.

HSL color Cylindrical-coordinate representation of color #072049: hue angle of 217.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #072049 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 32 73 -
CMYK 0.90 0.56 0 0.71
HSL 217.27º 0.83% 0.16% -
HSV(B) 217.27º 0.9% 0.29% -
XYZ 1.81 1.56 6.51 -
YUV 29.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 7 32 73 0.90 0.56 0 0.71 217.27 0.83 0.16
Hex 7 20 49 5A 38 0 47 D9 52 10
Octal 7 40 111 132 70 0 107 331 122 20
Binary 111 100000 1001001 1011010 111000 0 1000111 11011001 1010010 10000

Color Harmonies of #072049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072049

Black with #072049

Text Example


Text Example

White with #072049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072049; }

 p { color: rgb(7,32,73); }

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

background-color css

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

 a { background-color: rgb(7,32,73); }

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

border-color css

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

 span { border-color: rgb(7,32,73); }

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