#051693

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

Shades of Ultramarine #051693

Tints of Ultramarine #051693

Color information

#051693 (or 0x051693) is unknown color: approx Ultramarine. HEX triplet: 05, 16 and 93. RGB value is (5,22,147). Sum of RGB (Red+Green+Blue) = 5+22+147=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #051693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051693 is #FAE96C. Grayscale: #1E1E1E. Windows color (decimal): -16443757 or 9639429. OLE color: 9639429.

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

Color convert

RGB522147-
CMYK0.970.8500.42
HSL232.82º93.42%29.8%-
HSV(B)232.82º96.6%57.65%-
XYZ5.622.7127.83-
YUV31.17193.37109.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 147 (57.81% from 255) = 84.48%
R=2.87%
G=12.64%
B=84.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5221470.970.8500.42232.8293.4229.8
Hex51693615502Ae95d1e
Octal52622314112505235113536
Binary101101101001001111000011010101010101011101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051693; }

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

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

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

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

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

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

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

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