Html Css Color HEX #072173 Sapphire

📋 copy color: '#072173'

red 7 ◦ green 33 ◦ blue 115

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

Shades of Sapphire #072173

Tints of Sapphire #072173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.19%

R = 4.52%
G = 21.29%
B = 74.19%

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

#072173 (or 0x072173) is known color: Sapphire. HEX triplet: 07, 21 and 73. RGB value is (7,33,115). Sum of RGB (Red+Green+Blue) = 7+33+115=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #072173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072173 is #F8DE8C. Grayscale: #222222. Windows color (decimal): -16309901 or 7545095. OLE color: 7545095.

HSL color Cylindrical-coordinate representation of color #072173: hue angle of 225.56º degrees, saturation: 0.89, 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 #072173 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 33 115 -
CMYK 0.94 0.71 0 0.55
HSL 225.56º 0.89% 0.24% -
HSV(B) 225.56º 0.94% 0.45% -
XYZ 3.73 2.37 16.48 -
YUV 34.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 7 33 115 0.94 0.71 0 0.55 225.56 0.89 0.24
Hex 7 21 73 5E 47 0 37 E2 59 18
Octal 7 41 163 136 107 0 67 342 131 30
Binary 111 100001 1110011 1011110 1000111 0 110111 11100010 1011001 11000

Color Harmonies of #072173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072173

Black with #072173

Text Example


Text Example

White with #072173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072173; }

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

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

background-color css

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

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

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

border-color css

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

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

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