#071588

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

Shades of Ultramarine #071588

Tints of Ultramarine #071588

Color information

#071588 (or 0x071588) is unknown color: approx Ultramarine. HEX triplet: 07, 15 and 88. RGB value is (7,21,136). Sum of RGB (Red+Green+Blue) = 7+21+136=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #071588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071588 is #F8EA77. Grayscale: #1D1D1D. Windows color (decimal): -16312952 or 8918279. OLE color: 8918279.

HSL color Cylindrical-coordinate representation of color #071588: hue angle of 233.49º 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 #071588 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB721136-
CMYK0.950.8500.47
HSL233.49º90.21%28.04%-
HSV(B)233.49º94.85%53.33%-
XYZ4.82.3623.49-
YUV29.92187.86111.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 136 (53.52% from 255) = 82.93%
R=4.27%
G=12.80%
B=82.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7211360.950.8500.47233.4990.2128.04
Hex715885F5502Fe95a1c
Octal72521013712505735113234
Binary111101011000100010111111010101010111111101001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071588; }

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

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

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

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

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

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

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

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