#051991

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

Shades of Ultramarine #051991

Tints of Ultramarine #051991

Color information

#051991 (or 0x051991) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 91. RGB value is (5,25,145). Sum of RGB (Red+Green+Blue) = 5+25+145=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #051991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051991 is #FAE66E. Grayscale: #202020. Windows color (decimal): -16442991 or 9509125. OLE color: 9509125.

HSL color Cylindrical-coordinate representation of color #051991: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051991 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB525145-
CMYK0.970.8300.43
HSL231.43º93.33%29.41%-
HSV(B)231.43º96.55%56.86%-
XYZ5.522.7727.03-
YUV32.7191.37108.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 145 (57.03% from 255) = 82.86%
R=2.86%
G=14.29%
B=82.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5251450.970.8300.43231.4393.3329.41
Hex51991615302Be75d1d
Octal53122114112305334713535
Binary101110011001000111000011010011010101111100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051991; }

 p { color: rgb(5,25,145); }

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

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

 a { background-color: rgb(5,25,145); }

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

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

 span { border-color: rgb(5,25,145); }

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