#161CA0

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

Shades of Ultramarine #161CA0

Tints of Ultramarine #161CA0

Color information

#161CA0 (or 0x161CA0) is unknown color: approx Ultramarine. HEX triplet: 16, 1C and A0. RGB value is (22,28,160). Sum of RGB (Red+Green+Blue) = 22+28+160=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 160 (62.89% from 255 or 76.19% from 210); Max value from RGB is 160 - color contains mainly: blue. Hex color #161CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161CA0 is #E9E35F. Grayscale: #282828. Windows color (decimal): -15328096 or 10492950. OLE color: 10492950.

HSL color Cylindrical-coordinate representation of color #161CA0: hue angle of 237.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161CA0 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2228160-
CMYK0.860.8200.37
HSL237.39º75.82%35.69%-
HSV(B)237.39º86.25%62.75%-
XYZ7.093.5433.57-
YUV41.25195.01114.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.48%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 160 (62.89% from 255) = 76.19%
R=10.48%
G=13.33%
B=76.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal22281600.860.8200.37237.3975.8235.69
Hex161CA05652025ed4c24
Octal263424012612204535511444
Binary101101110010100000101011010100100100101111011011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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