Html Css Color HEX #071560 Sapphire

📋 copy color: '#071560'

red 7 ◦ green 21 ◦ blue 96

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

Shades of Sapphire #071560

Tints of Sapphire #071560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 5.65%
G = 16.94%
B = 77.42%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#071560 (or 0x071560) is known color: Sapphire. HEX triplet: 07, 15 and 60. RGB value is (7,21,96). Sum of RGB (Red+Green+Blue) = 7+21+96=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #071560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071560 is #F8EA9F. Grayscale: #191919. Windows color (decimal): -16312992 or 6296839. OLE color: 6296839.

HSL color Cylindrical-coordinate representation of color #071560: hue angle of 230.56º 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 #071560 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 21 96 -
CMYK 0.93 0.78 0 0.62
HSL 230.56º 0.86% 0.2% -
HSV(B) 230.56º 0.93% 0.38% -
XYZ 2.47 1.43 11.21 -
YUV 25.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 7 21 96 0.93 0.78 0 0.62 230.56 0.86 0.2
Hex 7 15 60 5D 4E 0 3E E7 56 14
Octal 7 25 140 135 116 0 76 347 126 24
Binary 111 10101 1100000 1011101 1001110 0 111110 11100111 1010110 10100

Color Harmonies of #071560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071560

Black with #071560

Text Example


Text Example

White with #071560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071560; }

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

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

background-color css

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

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

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

border-color css

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

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

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