#05168E

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

Shades of Ultramarine #05168E

Tints of Ultramarine #05168E

Color information

#05168E (or 0x05168E) is unknown color: approx Ultramarine. HEX triplet: 05, 16 and 8E. RGB value is (5,22,142). Sum of RGB (Red+Green+Blue) = 5+22+142=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 142 (55.86% from 255 or 84.02% from 169); Max value from RGB is 142 - color contains mainly: blue. Hex color #05168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05168E is #FAE971. Grayscale: #1E1E1E. Windows color (decimal): -16443762 or 9311749. OLE color: 9311749.

HSL color Cylindrical-coordinate representation of color #05168E: hue angle of 232.55º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05168E is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB522142-
CMYK0.960.8500.44
HSL232.55º93.2%28.82%-
HSV(B)232.55º96.48%55.69%-
XYZ5.232.5625.81-
YUV30.6190.87109.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 142 (55.86% from 255) = 84.02%
R=2.96%
G=13.02%
B=84.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5221420.960.8500.44232.5593.228.82
Hex5168E605502Ce95d1d
Octal52621614012505435113535
Binary101101101000111011000001010101010110011101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05168E; }

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

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

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

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

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

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

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

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