#161C8D

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

Shades of Ultramarine #161C8D

Tints of Ultramarine #161C8D

Color information

#161C8D (or 0x161C8D) is unknown color: approx Ultramarine. HEX triplet: 16, 1C and 8D. RGB value is (22,28,141). Sum of RGB (Red+Green+Blue) = 22+28+141=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #161C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C8D is #E9E372. Grayscale: #262626. Windows color (decimal): -15328115 or 9247766. OLE color: 9247766.

HSL color Cylindrical-coordinate representation of color #161C8D: hue angle of 236.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161C8D is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2228141-
CMYK0.840.8000.45
HSL236.97º73.01%31.96%-
HSV(B)236.97º84.4%55.29%-
XYZ5.552.9225.47-
YUV39.09185.51115.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 141 (55.47% from 255) = 73.82%
R=11.52%
G=14.66%
B=73.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22281410.840.8000.45236.9773.0131.96
Hex161C8D545002Ded4920
Octal263421512412005535511140
Binary101101110010001101101010010100000101101111011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161C8D; }

 p { color: rgb(22,28,141); }

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

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

 a { background-color: rgb(22,28,141); }

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

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

 span { border-color: rgb(22,28,141); }

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