Html Css Color HEX #072172 Sapphire

📋 copy color: '#072172'

red 7 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #072172

Tints of Sapphire #072172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 74.03%

R = 4.55%
G = 21.43%
B = 74.03%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#072172 (or 0x072172) is known color: Sapphire. HEX triplet: 07, 21 and 72. RGB value is (7,33,114). Sum of RGB (Red+Green+Blue) = 7+33+114=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #072172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072172 is #F8DE8D. Grayscale: #222222. Windows color (decimal): -16309902 or 7479559. OLE color: 7479559.

HSL color Cylindrical-coordinate representation of color #072172: hue angle of 225.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072172 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 33 114 -
CMYK 0.94 0.71 0 0.55
HSL 225.42º 0.88% 0.24% -
HSV(B) 225.42º 0.94% 0.45% -
XYZ 3.67 2.35 16.18 -
YUV 34.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 7 33 114 0.94 0.71 0 0.55 225.42 0.88 0.24
Hex 7 21 72 5E 47 0 37 E1 58 18
Octal 7 41 162 136 107 0 67 341 130 30
Binary 111 100001 1110010 1011110 1000111 0 110111 11100001 1011000 11000

Color Harmonies of #072172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072172

Black with #072172

Text Example


Text Example

White with #072172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072172; }

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

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

background-color css

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

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

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

border-color css

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

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

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