Html Css Color HEX #072D77 Sapphire

📋 copy color: '#072D77'

red 7 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #072D77

Tints of Sapphire #072D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 4.09%
G = 26.32%
B = 69.59%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072D77 (or 0x072D77) is known color: Sapphire. HEX triplet: 07, 2D and 77. RGB value is (7,45,119). Sum of RGB (Red+Green+Blue) = 7+45+119=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #072D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D77 is #F8D288. Grayscale: #292929. Windows color (decimal): -16306825 or 7810311. OLE color: 7810311.

HSL color Cylindrical-coordinate representation of color #072D77: hue angle of 219.64º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072D77 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 45 119 -
CMYK 0.94 0.62 0 0.53
HSL 219.64º 0.89% 0.25% -
HSV(B) 219.64º 0.94% 0.47% -
XYZ 4.36 3.25 17.85 -
YUV 42.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 7 45 119 0.94 0.62 0 0.53 219.64 0.89 0.25
Hex 7 2D 77 5E 3E 0 35 DC 59 19
Octal 7 55 167 136 76 0 65 334 131 31
Binary 111 101101 1110111 1011110 111110 0 110101 11011100 1011001 11001

Color Harmonies of #072D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D77

Black with #072D77

Text Example


Text Example

White with #072D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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