#161885

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

Shades of Ultramarine #161885

Tints of Ultramarine #161885

Color information

#161885 (or 0x161885) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and 85. RGB value is (22,24,133). Sum of RGB (Red+Green+Blue) = 22+24+133=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #161885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161885 is #E9E77A. Grayscale: #232323. Windows color (decimal): -15329147 or 8722454. OLE color: 8722454.

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

Color convert

RGB2224133-
CMYK0.830.8200.48
HSL238.92º71.61%30.39%-
HSV(B)238.92º83.46%52.16%-
XYZ4.892.5222.42-
YUV35.83182.84118.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 133 (52.34% from 255) = 74.30%
R=12.29%
G=13.41%
B=74.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22241330.830.8200.48238.9271.6130.39
Hex1618855352030ef481e
Octal263020512312206035711036
Binary10110110001000010110100111010010011000011101111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161885; }

 p { color: rgb(22,24,133); }

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

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

 a { background-color: rgb(22,24,133); }

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

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

 span { border-color: rgb(22,24,133); }

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