Html Css Color HEX #072078 Sapphire

📋 copy color: '#072078'

red 7 ◦ green 32 ◦ blue 120

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

Shades of Sapphire #072078

Tints of Sapphire #072078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.13%

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

R = 4.4%
G = 20.13%
B = 75.47%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#072078 (or 0x072078) is known color: Sapphire. HEX triplet: 07, 20 and 78. RGB value is (7,32,120). Sum of RGB (Red+Green+Blue) = 7+32+120=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #072078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072078 is #F8DF87. Grayscale: #222222. Windows color (decimal): -16310152 or 7872519. OLE color: 7872519.

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

Color convert

RGB 7 32 120 -
CMYK 0.94 0.73 0 0.53
HSL 226.73º 0.89% 0.25% -
HSV(B) 226.73º 0.94% 0.47% -
XYZ 3.99 2.43 18.03 -
YUV 34.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 7 32 120 0.94 0.73 0 0.53 226.73 0.89 0.25
Hex 7 20 78 5E 49 0 35 E3 59 19
Octal 7 40 170 136 111 0 65 343 131 31
Binary 111 100000 1111000 1011110 1001001 0 110101 11100011 1011001 11001

Color Harmonies of #072078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072078

Black with #072078

Text Example


Text Example

White with #072078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072078; }

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

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

background-color css

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

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

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

border-color css

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

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

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