#071A4F

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

Shades of Sapphire #071A4F

Tints of Sapphire #071A4F

Color information

#071A4F (or 0x071A4F) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 4F. RGB value is (7,26,79). Sum of RGB (Red+Green+Blue) = 7+26+79=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 79 (31.25% from 255 or 70.54% from 112); Max value from RGB is 79 - color contains mainly: blue. Hex color #071A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A4F is #F8E5B0. Grayscale: #1A1A1A. Windows color (decimal): -16311729 or 5184007. OLE color: 5184007.

HSL color Cylindrical-coordinate representation of color #071A4F: hue angle of 224.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071A4F is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72679-
CMYK0.910.6700.69
HSL224.17º83.72%16.86%-
HSV(B)224.17º91.14%30.98%-
XYZ1.871.357.56-
YUV26.36157.71114.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.25%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 79 (31.25% from 255) = 70.54%
R=6.25%
G=23.21%
B=70.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal726790.910.6700.69224.1783.7216.86
Hex71A4F5B43045e05411
Octal732117133103010534012421
Binary111110101001111101101110000110100010111100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,79); }

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

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

 a { background-color: rgb(7,26,79); }

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

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

 span { border-color: rgb(7,26,79); }

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