Html Css Color HEX #071956 Sapphire

📋 copy color: '#071956'

red 7 ◦ green 25 ◦ blue 86

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

Shades of Sapphire #071956

Tints of Sapphire #071956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.19%

 BLUE value IS 86 (33.98% from 255) = 72.88%

R = 5.93%
G = 21.19%
B = 72.88%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#071956 (or 0x071956) is known color: Sapphire. HEX triplet: 07, 19 and 56. RGB value is (7,25,86). Sum of RGB (Red+Green+Blue) = 7+25+86=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #071956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071956 is #F8E6A9. Grayscale: #1A1A1A. Windows color (decimal): -16311978 or 5642503. OLE color: 5642503.

HSL color Cylindrical-coordinate representation of color #071956: hue angle of 226.33º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071956 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 25 86 -
CMYK 0.92 0.71 0 0.66
HSL 226.33º 0.85% 0.18% -
HSV(B) 226.33º 0.92% 0.34% -
XYZ 2.11 1.41 8.97 -
YUV 26.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 7 25 86 0.92 0.71 0 0.66 226.33 0.85 0.18
Hex 7 19 56 5C 47 0 42 E2 55 12
Octal 7 31 126 134 107 0 102 342 125 22
Binary 111 11001 1010110 1011100 1000111 0 1000010 11100010 1010101 10010

Color Harmonies of #071956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071956

Black with #071956

Text Example


Text Example

White with #071956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071956; }

 p { color: rgb(7,25,86); }

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

background-color css

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

 a { background-color: rgb(7,25,86); }

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

border-color css

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

 span { border-color: rgb(7,25,86); }

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