#071989

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

Shades of Ultramarine #071989

Tints of Ultramarine #071989

Color information

#071989 (or 0x071989) is unknown color: approx Ultramarine. HEX triplet: 07, 19 and 89. RGB value is (7,25,137). Sum of RGB (Red+Green+Blue) = 7+25+137=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #071989 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071989 is #F8E676. Grayscale: #1F1F1F. Windows color (decimal): -16311927 or 8984839. OLE color: 8984839.

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

Color convert

RGB725137-
CMYK0.950.8200.46
HSL231.69º90.28%28.24%-
HSV(B)231.69º94.89%53.73%-
XYZ4.952.5523.9-
YUV32.39187.04109.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 137 (53.91% from 255) = 81.07%
R=4.14%
G=14.79%
B=81.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7251370.950.8200.46231.6990.2828.24
Hex719895F5202Ee85a1c
Octal73121113712205635013234
Binary111110011000100110111111010010010111011101000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071989; }

 p { color: rgb(7,25,137); }

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

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

 a { background-color: rgb(7,25,137); }

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

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

 span { border-color: rgb(7,25,137); }

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