#051A86

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

Shades of Ultramarine #051A86

Tints of Ultramarine #051A86

Color information

#051A86 (or 0x051A86) is unknown color: approx Ultramarine. HEX triplet: 05, 1A and 86. RGB value is (5,26,134). Sum of RGB (Red+Green+Blue) = 5+26+134=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 134 (52.73% from 255 or 81.21% from 165); Max value from RGB is 134 - color contains mainly: blue. Hex color #051A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A86 is #FAE579. Grayscale: #1F1F1F. Windows color (decimal): -16442746 or 8788485. OLE color: 8788485.

HSL color Cylindrical-coordinate representation of color #051A86: hue angle of 230.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051A86 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB526134-
CMYK0.960.8100.47
HSL230.23º92.81%27.25%-
HSV(B)230.23º96.27%52.55%-
XYZ4.742.4922.79-
YUV32.03185.54108.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 134 (52.73% from 255) = 81.21%
R=3.03%
G=15.76%
B=81.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5261340.960.8100.47230.2392.8127.25
Hex51A86605102Fe65d1b
Octal53220614012105734613533
Binary101110101000011011000001010001010111111100110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,26,134); }

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

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

 a { background-color: rgb(5,26,134); }

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

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

 span { border-color: rgb(5,26,134); }

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