#071D49

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

Shades of Sapphire #071D49

Tints of Sapphire #071D49

Color information

#071D49 (or 0x071D49) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 49. RGB value is (7,29,73). Sum of RGB (Red+Green+Blue) = 7+29+73=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #071D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D49 is #F8E2B6. Grayscale: #1B1B1B. Windows color (decimal): -16310967 or 4791559. OLE color: 4791559.

HSL color Cylindrical-coordinate representation of color #071D49: hue angle of 220º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071D49 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72973-
CMYK0.900.6000.71
HSL220º82.5%15.69%-
HSV(B)220º90.41%28.63%-
XYZ1.731.46.48-
YUV27.44153.71113.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=6.42%
G=26.61%
B=66.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal729730.900.6000.7122082.515.69
Hex71D495A3C047dc5210
Octal73511113274010733412220
Binary11111101100100110110101111000100011111011100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,29,73); }

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

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

 a { background-color: rgb(7,29,73); }

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

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

 span { border-color: rgb(7,29,73); }

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