#051691

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

Shades of Ultramarine #051691

Tints of Ultramarine #051691

Color information

#051691 (or 0x051691) is unknown color: approx Ultramarine. HEX triplet: 05, 16 and 91. RGB value is (5,22,145). Sum of RGB (Red+Green+Blue) = 5+22+145=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 145 (57.03% from 255 or 84.30% from 172); Max value from RGB is 145 - color contains mainly: blue. Hex color #051691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051691 is #FAE96E. Grayscale: #1E1E1E. Windows color (decimal): -16443759 or 9508357. OLE color: 9508357.

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

Color convert

RGB522145-
CMYK0.970.8500.43
HSL232.71º93.33%29.41%-
HSV(B)232.71º96.55%56.86%-
XYZ5.462.6527.01-
YUV30.94192.37109.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 145 (57.03% from 255) = 84.30%
R=2.91%
G=12.79%
B=84.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5221450.970.8500.43232.7193.3329.41
Hex51691615502Be95d1d
Octal52622114112505335113535
Binary101101101001000111000011010101010101111101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051691; }

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

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

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

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

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

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

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

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