#160384

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

Shades of Ultramarine #160384

Tints of Ultramarine #160384

Color information

#160384 (or 0x160384) is unknown color: approx Ultramarine. HEX triplet: 16, 03 and 84. RGB value is (22,3,132). Sum of RGB (Red+Green+Blue) = 22+3+132=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #160384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160384 is #E9FC7B. Grayscale: #161616. Windows color (decimal): -15334524 or 8651542. OLE color: 8651542.

HSL color Cylindrical-coordinate representation of color #160384: hue angle of 248.84º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160384 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB223132-
CMYK0.830.9800.48
HSL248.84º95.56%26.47%-
HSV(B)248.84º97.73%51.76%-
XYZ4.531.921.96-
YUV23.39189.29127.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 132 (51.95% from 255) = 84.08%
R=14.01%
G=1.91%
B=84.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2231320.830.9800.48248.8495.5626.47
Hex163845362030f9601a
Octal26320412314206037114032
Binary10110111000010010100111100010011000011111001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160384; }

 p { color: rgb(22,3,132); }

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

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

 a { background-color: rgb(22,3,132); }

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

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

 span { border-color: rgb(22,3,132); }

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