#051493

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

Shades of Ultramarine #051493

Tints of Ultramarine #051493

Color information

#051493 (or 0x051493) is unknown color: approx Ultramarine. HEX triplet: 05, 14 and 93. RGB value is (5,20,147). Sum of RGB (Red+Green+Blue) = 5+20+147=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #051493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051493 is #FAEB6C. Grayscale: #1D1D1D. Windows color (decimal): -16444269 or 9638917. OLE color: 9638917.

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

Color convert

RGB520147-
CMYK0.970.8600.42
HSL233.66º93.42%29.8%-
HSV(B)233.66º96.6%57.65%-
XYZ5.582.6427.82-
YUV29.99194.03110.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 147 (57.81% from 255) = 85.47%
R=2.91%
G=11.63%
B=85.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5201470.970.8600.42233.6693.4229.8
Hex51493615602Aea5d1e
Octal52422314112605235213536
Binary101101001001001111000011010110010101011101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051493; }

 p { color: rgb(5,20,147); }

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

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

 a { background-color: rgb(5,20,147); }

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

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

 span { border-color: rgb(5,20,147); }

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