Html Css Color HEX #072672 Sapphire

📋 copy color: '#072672'

red 7 ◦ green 38 ◦ blue 114

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

Shades of Sapphire #072672

Tints of Sapphire #072672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

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

R = 4.4%
G = 23.9%
B = 71.7%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#072672 (or 0x072672) is known color: Sapphire. HEX triplet: 07, 26 and 72. RGB value is (7,38,114). Sum of RGB (Red+Green+Blue) = 7+38+114=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #072672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072672 is #F8D98D. Grayscale: #252525. Windows color (decimal): -16308622 or 7480839. OLE color: 7480839.

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

Color convert

RGB 7 38 114 -
CMYK 0.94 0.67 0 0.55
HSL 222.62º 0.88% 0.24% -
HSV(B) 222.62º 0.94% 0.45% -
XYZ 3.82 2.65 16.23 -
YUV 37.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 7 38 114 0.94 0.67 0 0.55 222.62 0.88 0.24
Hex 7 26 72 5E 43 0 37 DF 58 18
Octal 7 46 162 136 103 0 67 337 130 30
Binary 111 100110 1110010 1011110 1000011 0 110111 11011111 1011000 11000

Color Harmonies of #072672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072672

Black with #072672

Text Example


Text Example

White with #072672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072672; }

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

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

background-color css

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

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

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

border-color css

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

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

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