Html Css Color HEX #072D78 Sapphire

📋 copy color: '#072D78'

red 7 ◦ green 45 ◦ blue 120

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

Shades of Sapphire #072D78

Tints of Sapphire #072D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 4.07%
G = 26.16%
B = 69.77%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072D78 (or 0x072D78) is known color: Sapphire. HEX triplet: 07, 2D and 78. RGB value is (7,45,120). Sum of RGB (Red+Green+Blue) = 7+45+120=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #072D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D78 is #F8D287. Grayscale: #292929. Windows color (decimal): -16306824 or 7875847. OLE color: 7875847.

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

Color convert

RGB 7 45 120 -
CMYK 0.94 0.63 0 0.53
HSL 219.82º 0.89% 0.25% -
HSV(B) 219.82º 0.94% 0.47% -
XYZ 4.42 3.28 18.17 -
YUV 42.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 7 45 120 0.94 0.63 0 0.53 219.82 0.89 0.25
Hex 7 2D 78 5E 3F 0 35 DC 59 19
Octal 7 55 170 136 77 0 65 334 131 31
Binary 111 101101 1111000 1011110 111111 0 110101 11011100 1011001 11001

Color Harmonies of #072D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D78

Black with #072D78

Text Example


Text Example

White with #072D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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