#071A57

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

Shades of Sapphire #071A57

Tints of Sapphire #071A57

Color information

#071A57 (or 0x071A57) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 57. RGB value is (7,26,87). Sum of RGB (Red+Green+Blue) = 7+26+87=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #071A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A57 is #F8E5A8. Grayscale: #1B1B1B. Windows color (decimal): -16311721 or 5708295. OLE color: 5708295.

HSL color Cylindrical-coordinate representation of color #071A57: hue angle of 225.75º 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 #071A57 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72687-
CMYK0.920.7000.66
HSL225.75º85.11%18.43%-
HSV(B)225.75º91.95%34.12%-
XYZ2.181.479.19-
YUV27.27161.71113.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 87 (34.38% from 255) = 72.5%
R=5.83%
G=21.67%
B=72.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal726870.920.7000.66225.7585.1118.43
Hex71A575C46042e25512
Octal732127134106010234212522
Binary111110101010111101110010001100100001011100010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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