#051195

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

Shades of Ultramarine #051195

Tints of Ultramarine #051195

Color information

#051195 (or 0x051195) is unknown color: approx Ultramarine. HEX triplet: 05, 11 and 95. RGB value is (5,17,149). Sum of RGB (Red+Green+Blue) = 5+17+149=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #051195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051195 is #FAEE6A. Grayscale: #1B1B1B. Windows color (decimal): -16445035 or 9769221. OLE color: 9769221.

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

Color convert

RGB517149-
CMYK0.970.8900.42
HSL235º93.51%30.2%-
HSV(B)235º96.64%58.43%-
XYZ5.692.628.64-
YUV28.46196.02111.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 149 (58.59% from 255) = 87.13%
R=2.92%
G=9.94%
B=87.13%

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
Decimal5171490.970.8900.4223593.5130.2
Hex51195615902Aeb5e1e
Octal52122514113105235313636
Binary101100011001010111000011011001010101011101011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051195; }

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

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

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

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

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

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

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

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