#051985

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

Shades of Ultramarine #051985

Tints of Ultramarine #051985

Color information

#051985 (or 0x051985) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 85. RGB value is (5,25,133). Sum of RGB (Red+Green+Blue) = 5+25+133=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #051985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051985 is #FAE67A. Grayscale: #1E1E1E. Windows color (decimal): -16443003 or 8722693. OLE color: 8722693.

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

Color convert

RGB525133-
CMYK0.960.8100.48
HSL230.62º92.75%27.06%-
HSV(B)230.62º96.24%52.16%-
XYZ4.642.4222.41-
YUV31.33185.37109.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 133 (52.34% from 255) = 81.60%
R=3.07%
G=15.34%
B=81.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5251330.960.8100.48230.6292.7527.06
Hex519856051030e75d1b
Octal53120514012106034713533
Binary101110011000010111000001010001011000011100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051985; }

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

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

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

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

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

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

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

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