Html Css Color HEX #071860 Sapphire

📋 copy color: '#071860'

red 7 ◦ green 24 ◦ blue 96

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

Shades of Sapphire #071860

Tints of Sapphire #071860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 5.51%
G = 18.9%
B = 75.59%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#071860 (or 0x071860) is known color: Sapphire. HEX triplet: 07, 18 and 60. RGB value is (7,24,96). Sum of RGB (Red+Green+Blue) = 7+24+96=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #071860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071860 is #F8E79F. Grayscale: #1A1A1A. Windows color (decimal): -16312224 or 6297607. OLE color: 6297607.

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

Color convert

RGB 7 24 96 -
CMYK 0.93 0.75 0 0.62
HSL 228.54º 0.86% 0.2% -
HSV(B) 228.54º 0.93% 0.38% -
XYZ 2.53 1.54 11.23 -
YUV 27.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 7 24 96 0.93 0.75 0 0.62 228.54 0.86 0.2
Hex 7 18 60 5D 4B 0 3E E5 56 14
Octal 7 30 140 135 113 0 76 345 126 24
Binary 111 11000 1100000 1011101 1001011 0 111110 11100101 1010110 10100

Color Harmonies of #071860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071860

Black with #071860

Text Example


Text Example

White with #071860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071860; }

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

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

background-color css

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

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

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

border-color css

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

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

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