#071586

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

Shades of Ultramarine #071586

Tints of Ultramarine #071586

Color information

#071586 (or 0x071586) is unknown color: approx Ultramarine. HEX triplet: 07, 15 and 86. RGB value is (7,21,134). Sum of RGB (Red+Green+Blue) = 7+21+134=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #071586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071586 is #F8EA79. Grayscale: #1D1D1D. Windows color (decimal): -16312954 or 8787207. OLE color: 8787207.

HSL color Cylindrical-coordinate representation of color #071586: hue angle of 233.39º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071586 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB721134-
CMYK0.950.8400.47
HSL233.39º90.07%27.65%-
HSV(B)233.39º94.78%52.55%-
XYZ4.662.322.75-
YUV29.7186.86111.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.32%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 134 (52.73% from 255) = 82.72%
R=4.32%
G=12.96%
B=82.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7211340.950.8400.47233.3990.0727.65
Hex715865F5402Fe95a1c
Octal72520613712405735113234
Binary111101011000011010111111010100010111111101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071586; }

 p { color: rgb(7,21,134); }

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

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

 a { background-color: rgb(7,21,134); }

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

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

 span { border-color: rgb(7,21,134); }

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