Html Css Color HEX #072960 Sapphire

📋 copy color: '#072960'

red 7 ◦ green 41 ◦ blue 96

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

Shades of Sapphire #072960

Tints of Sapphire #072960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 96 (37.89% from 255) = 66.67%

R = 4.86%
G = 28.47%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#072960 (or 0x072960) is known color: Sapphire. HEX triplet: 07, 29 and 60. RGB value is (7,41,96). Sum of RGB (Red+Green+Blue) = 7+41+96=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #072960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072960 is #F8D69F. Grayscale: #242424. Windows color (decimal): -16307872 or 6301959. OLE color: 6301959.

HSL color Cylindrical-coordinate representation of color #072960: hue angle of 217.08º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072960 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 41 96 -
CMYK 0.93 0.57 0 0.62
HSL 217.08º 0.86% 0.2% -
HSV(B) 217.08º 0.93% 0.38% -
XYZ 2.99 2.48 11.39 -
YUV 37.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 7 41 96 0.93 0.57 0 0.62 217.08 0.86 0.2
Hex 7 29 60 5D 39 0 3E D9 56 14
Octal 7 51 140 135 71 0 76 331 126 24
Binary 111 101001 1100000 1011101 111001 0 111110 11011001 1010110 10100

Color Harmonies of #072960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072960

Black with #072960

Text Example


Text Example

White with #072960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072960; }

 p { color: rgb(7,41,96); }

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

background-color css

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

 a { background-color: rgb(7,41,96); }

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

border-color css

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

 span { border-color: rgb(7,41,96); }

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