#160D8C

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

Shades of Ultramarine #160D8C

Tints of Ultramarine #160D8C

Color information

#160D8C (or 0x160D8C) is unknown color: approx Ultramarine. HEX triplet: 16, 0D and 8C. RGB value is (22,13,140). Sum of RGB (Red+Green+Blue) = 22+13+140=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #160D8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160D8C is #E9F273. Grayscale: #1D1D1D. Windows color (decimal): -15331956 or 9178390. OLE color: 9178390.

HSL color Cylindrical-coordinate representation of color #160D8C: hue angle of 244.25º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160D8C is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2213140-
CMYK0.840.9100.45
HSL244.25º83.01%30%-
HSV(B)244.25º90.71%54.9%-
XYZ5.212.3524.99-
YUV30.17189.98122.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 13 (5.47% from 255) = 7.43%
BLUE value IS 140 (55.08% from 255) = 80%
R=12.57%
G=7.43%
B=80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22131400.840.9100.45244.2583.0130
Hex16D8C545B02Df4531e
Octal261521412413305536412336
Binary1011011011000110010101001011011010110111110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160D8C; }

 p { color: rgb(22,13,140); }

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

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

 a { background-color: rgb(22,13,140); }

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

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

 span { border-color: rgb(22,13,140); }

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