#051294

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

Shades of Ultramarine #051294

Tints of Ultramarine #051294

Color information

#051294 (or 0x051294) is unknown color: approx Ultramarine. HEX triplet: 05, 12 and 94. RGB value is (5,18,148). Sum of RGB (Red+Green+Blue) = 5+18+148=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #051294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051294 is #FAED6B. Grayscale: #1C1C1C. Windows color (decimal): -16444780 or 9703941. OLE color: 9703941.

HSL color Cylindrical-coordinate representation of color #051294: hue angle of 234.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051294 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB518148-
CMYK0.970.8800.42
HSL234.55º93.46%30%-
HSV(B)234.55º96.62%58.04%-
XYZ5.622.628.22-
YUV28.93195.19110.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 148 (58.20% from 255) = 86.55%
R=2.92%
G=10.53%
B=86.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5181480.970.8800.42234.5593.4630
Hex51294615802Aeb5d1e
Octal52222414113005235313536
Binary101100101001010011000011011000010101011101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051294; }

 p { color: rgb(5,18,148); }

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

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

 a { background-color: rgb(5,18,148); }

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

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

 span { border-color: rgb(5,18,148); }

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