#051B91

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

Shades of Ultramarine #051B91

Tints of Ultramarine #051B91

Color information

#051B91 (or 0x051B91) is unknown color: approx Ultramarine. HEX triplet: 05, 1B and 91. RGB value is (5,27,145). Sum of RGB (Red+Green+Blue) = 5+27+145=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #051B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B91 is #FAE46E. Grayscale: #212121. Windows color (decimal): -16442479 or 9509637. OLE color: 9509637.

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

Color convert

RGB527145-
CMYK0.970.8100.43
HSL230.57º93.33%29.41%-
HSV(B)230.57º96.55%56.86%-
XYZ5.572.8627.05-
YUV33.87190.71107.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 27 (10.94% from 255) = 15.25%
BLUE value IS 145 (57.03% from 255) = 81.92%
R=2.82%
G=15.25%
B=81.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5271450.970.8100.43230.5793.3329.41
Hex51B91615102Be75d1d
Octal53322114112105334713535
Binary101110111001000111000011010001010101111100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B91; }

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

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

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

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

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

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

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

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