#051891

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

Shades of Ultramarine #051891

Tints of Ultramarine #051891

Color information

#051891 (or 0x051891) is unknown color: approx Ultramarine. HEX triplet: 05, 18 and 91. RGB value is (5,24,145). Sum of RGB (Red+Green+Blue) = 5+24+145=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #051891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051891 is #FAE76E. Grayscale: #1F1F1F. Windows color (decimal): -16443247 or 9508869. OLE color: 9508869.

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

Color convert

RGB524145-
CMYK0.970.8300.43
HSL231.86º93.33%29.41%-
HSV(B)231.86º96.55%56.86%-
XYZ5.52.7327.03-
YUV32.11191.71108.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 145 (57.03% from 255) = 83.33%
R=2.87%
G=13.79%
B=83.33%

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
Decimal5241450.970.8300.43231.8693.3329.41
Hex51891615302Be85d1d
Octal53022114112305335013535
Binary101110001001000111000011010011010101111101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051891; }

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

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

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

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

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

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

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

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