#071A53

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

Shades of Sapphire #071A53

Tints of Sapphire #071A53

Color information

#071A53 (or 0x071A53) is unknown color: approx Sapphire. HEX triplet: 07, 1A and 53. RGB value is (7,26,83). Sum of RGB (Red+Green+Blue) = 7+26+83=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #071A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A53 is #F8E5AC. Grayscale: #1A1A1A. Windows color (decimal): -16311725 or 5446151. OLE color: 5446151.

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

Color convert

RGB72683-
CMYK0.920.6900.67
HSL225º84.44%17.65%-
HSV(B)225º91.57%32.55%-
XYZ2.021.418.35-
YUV26.82159.71113.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=6.03%
G=22.41%
B=71.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal726830.920.6900.6722584.4417.65
Hex71A535C45043e15412
Octal732123134105010334112422
Binary111110101010011101110010001010100001111100001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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