Html Css Color HEX #071059 Sapphire

📋 copy color: '#071059'

red 7 ◦ green 16 ◦ blue 89

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

Shades of Sapphire #071059

Tints of Sapphire #071059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

 BLUE value IS 89 (35.16% from 255) = 79.46%

R = 6.25%
G = 14.29%
B = 79.46%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#071059 (or 0x071059) is known color: Sapphire. HEX triplet: 07, 10 and 59. RGB value is (7,16,89). Sum of RGB (Red+Green+Blue) = 7+16+89=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #071059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071059 is #F8EFA6. Grayscale: #151515. Windows color (decimal): -16314279 or 5836807. OLE color: 5836807.

HSL color Cylindrical-coordinate representation of color #071059: hue angle of 233.41º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071059 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 16 89 -
CMYK 0.92 0.82 0 0.65
HSL 233.41º 0.85% 0.19% -
HSV(B) 233.41º 0.92% 0.35% -
XYZ 2.08 1.14 9.56 -
YUV 21.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 7 16 89 0.92 0.82 0 0.65 233.41 0.85 0.19
Hex 7 10 59 5C 52 0 41 E9 55 13
Octal 7 20 131 134 122 0 101 351 125 23
Binary 111 10000 1011001 1011100 1010010 0 1000001 11101001 1010101 10011

Color Harmonies of #071059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071059

Black with #071059

Text Example


Text Example

White with #071059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071059; }

 p { color: rgb(7,16,89); }

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

background-color css

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

 a { background-color: rgb(7,16,89); }

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

border-color css

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

 span { border-color: rgb(7,16,89); }

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