#051C85

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

Shades of Ultramarine #051C85

Tints of Ultramarine #051C85

Color information

#051C85 (or 0x051C85) is unknown color: approx Ultramarine. HEX triplet: 05, 1C and 85. RGB value is (5,28,133). Sum of RGB (Red+Green+Blue) = 5+28+133=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 133 (52.34% from 255 or 80.12% from 166); Max value from RGB is 133 - color contains mainly: blue. Hex color #051C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C85 is #FAE37A. Grayscale: #202020. Windows color (decimal): -16442235 or 8723461. OLE color: 8723461.

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

Color convert

RGB528133-
CMYK0.960.7900.48
HSL229.22º92.75%27.06%-
HSV(B)229.22º96.24%52.16%-
XYZ4.712.5622.44-
YUV33.09184.38107.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 133 (52.34% from 255) = 80.12%
R=3.01%
G=16.87%
B=80.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5281330.960.7900.48229.2292.7527.06
Hex51C85604F030e55d1b
Octal53420514011706034513533
Binary101111001000010111000001001111011000011100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,133); }

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

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

 a { background-color: rgb(5,28,133); }

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

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

 span { border-color: rgb(5,28,133); }

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