Html Css Color HEX #072070 Sapphire

📋 copy color: '#072070'

red 7 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #072070

Tints of Sapphire #072070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.17%

R = 4.64%
G = 21.19%
B = 74.17%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#072070 (or 0x072070) is known color: Sapphire. HEX triplet: 07, 20 and 70. RGB value is (7,32,112). Sum of RGB (Red+Green+Blue) = 7+32+112=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #072070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072070 is #F8DF8F. Grayscale: #212121. Windows color (decimal): -16310160 or 7348231. OLE color: 7348231.

HSL color Cylindrical-coordinate representation of color #072070: hue angle of 225.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072070 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 32 112 -
CMYK 0.94 0.71 0 0.56
HSL 225.71º 0.88% 0.23% -
HSV(B) 225.71º 0.94% 0.44% -
XYZ 3.53 2.25 15.58 -
YUV 33.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 7 32 112 0.94 0.71 0 0.56 225.71 0.88 0.23
Hex 7 20 70 5E 47 0 38 E2 58 17
Octal 7 40 160 136 107 0 70 342 130 27
Binary 111 100000 1110000 1011110 1000111 0 111000 11100010 1011000 10111

Color Harmonies of #072070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072070

Black with #072070

Text Example


Text Example

White with #072070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072070; }

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

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

background-color css

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

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

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

border-color css

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

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

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