#071F4D

Color #071F4D Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #071F4D

Tints of Sapphire #071F4D

Color information

#071F4D (or 0x071F4D) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 4D. RGB value is (7,31,77). Sum of RGB (Red+Green+Blue) = 7+31+77=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #071F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F4D is #F8E0B2. Grayscale: #1C1C1C. Windows color (decimal): -16310451 or 5054215. OLE color: 5054215.

HSL color Cylindrical-coordinate representation of color #071F4D: hue angle of 219.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071F4D is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73177-
CMYK0.910.6000.70
HSL219.43º83.33%16.47%-
HSV(B)219.43º90.91%30.2%-
XYZ1.921.567.22-
YUV29.07155.05112.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=6.09%
G=26.96%
B=66.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal731770.910.6000.70219.4383.3316.47
Hex71F4D5B3C046db5310
Octal73711513374010633312320
Binary11111111100110110110111111000100011011011011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071F4D; }

 p { color: rgb(7,31,77); }

 H1.HeaderClassName
 {
   color: #071F4D;
 }
 .AnyTagClassName
 {
   color: #071F4D;
 }
</style>
background-color css

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

 a { background-color: rgb(7,31,77); }

 div.DivClassName
 {
   background-color: #071F4D;
 }
 .BgClassName
 {
   background-color: #071F4D;
 }
</style>
border-color css

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

 span { border-color: rgb(7,31,77); }

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