Html Css Color HEX #072D72 Sapphire

📋 copy color: '#072D72'

red 7 ◦ green 45 ◦ blue 114

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

Shades of Sapphire #072D72

Tints of Sapphire #072D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 4.22%
G = 27.11%
B = 68.67%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#072D72 (or 0x072D72) is known color: Sapphire. HEX triplet: 07, 2D and 72. RGB value is (7,45,114). Sum of RGB (Red+Green+Blue) = 7+45+114=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #072D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D72 is #F8D28D. Grayscale: #292929. Windows color (decimal): -16306830 or 7482631. OLE color: 7482631.

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

Color convert

RGB 7 45 114 -
CMYK 0.94 0.61 0 0.55
HSL 218.69º 0.88% 0.24% -
HSV(B) 218.69º 0.94% 0.45% -
XYZ 4.06 3.14 16.31 -
YUV 41.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 7 45 114 0.94 0.61 0 0.55 218.69 0.88 0.24
Hex 7 2D 72 5E 3D 0 37 DB 58 18
Octal 7 55 162 136 75 0 67 333 130 30
Binary 111 101101 1110010 1011110 111101 0 110111 11011011 1011000 11000

Color Harmonies of #072D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D72

Black with #072D72

Text Example


Text Example

White with #072D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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