#071B49

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

Shades of Sapphire #071B49

Tints of Sapphire #071B49

Color information

#071B49 (or 0x071B49) is unknown color: approx Sapphire. HEX triplet: 07, 1B and 49. RGB value is (7,27,73). Sum of RGB (Red+Green+Blue) = 7+27+73=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #071B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B49 is #F8E4B6. Grayscale: #1A1A1A. Windows color (decimal): -16311479 or 4791047. OLE color: 4791047.

HSL color Cylindrical-coordinate representation of color #071B49: hue angle of 221.82º 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 #071B49 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB72773-
CMYK0.900.6300.71
HSL221.82º82.5%15.69%-
HSV(B)221.82º90.41%28.63%-
XYZ1.681.316.47-
YUV26.26154.37114.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 73 (28.91% from 255) = 68.22%
R=6.54%
G=25.23%
B=68.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal727730.900.6300.71221.8282.515.69
Hex71B495A3F047de5210
Octal73311113277010733612220
Binary11111011100100110110101111110100011111011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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