#051986

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

Shades of Ultramarine #051986

Tints of Ultramarine #051986

Color information

#051986 (or 0x051986) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 86. RGB value is (5,25,134). Sum of RGB (Red+Green+Blue) = 5+25+134=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #051986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051986 is #FAE679. Grayscale: #1E1E1E. Windows color (decimal): -16443002 or 8788229. OLE color: 8788229.

HSL color Cylindrical-coordinate representation of color #051986: hue angle of 230.7º 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 #051986 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB525134-
CMYK0.960.8100.47
HSL230.7º92.81%27.25%-
HSV(B)230.7º96.27%52.55%-
XYZ4.712.4522.78-
YUV31.45185.87109.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 134 (52.73% from 255) = 81.71%
R=3.05%
G=15.24%
B=81.71%

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
Decimal5251340.960.8100.47230.792.8127.25
Hex51986605102Fe75d1b
Octal53120614012105734713533
Binary101110011000011011000001010001010111111100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051986; }

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

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

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

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

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

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

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

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