#051194

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

Shades of Ultramarine #051194

Tints of Ultramarine #051194

Color information

#051194 (or 0x051194) is unknown color: approx Ultramarine. HEX triplet: 05, 11 and 94. RGB value is (5,17,148). Sum of RGB (Red+Green+Blue) = 5+17+148=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 148 (58.20% from 255 or 87.06% from 170); Max value from RGB is 148 - color contains mainly: blue. Hex color #051194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051194 is #FAEE6B. Grayscale: #1B1B1B. Windows color (decimal): -16445036 or 9703685. OLE color: 9703685.

HSL color Cylindrical-coordinate representation of color #051194: hue angle of 234.97º 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 #051194 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB517148-
CMYK0.970.8900.42
HSL234.97º93.46%30%-
HSV(B)234.97º96.62%58.04%-
XYZ5.612.5728.22-
YUV28.35195.52111.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 148 (58.20% from 255) = 87.06%
R=2.94%
G=10%
B=87.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5171480.970.8900.42234.9793.4630
Hex51194615902Aeb5d1e
Octal52122414113105235313536
Binary101100011001010011000011011001010101011101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051194; }

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

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

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

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

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

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

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

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