#160CA5

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

Shades of Ultramarine #160CA5

Tints of Ultramarine #160CA5

Color information

#160CA5 (or 0x160CA5) is unknown color: approx Ultramarine. HEX triplet: 16, 0C and A5. RGB value is (22,12,165). Sum of RGB (Red+Green+Blue) = 22+12+165=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 165 (64.84% from 255 or 82.91% from 199); Max value from RGB is 165 - color contains mainly: blue. Hex color #160CA5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160CA5 is #E9F35A. Grayscale: #1F1F1F. Windows color (decimal): -15332187 or 10816534. OLE color: 10816534.

HSL color Cylindrical-coordinate representation of color #160CA5: hue angle of 243.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160CA5 is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2212165-
CMYK0.870.9300.35
HSL243.92º86.44%34.71%-
HSV(B)243.92º92.73%64.71%-
XYZ7.253.1535.82-
YUV32.43202.81120.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 165 (64.84% from 255) = 82.91%
R=11.06%
G=6.03%
B=82.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22121650.870.9300.35243.9286.4434.71
Hex16CA5575D023f45623
Octal261424512713504336412643
Binary10110110010100101101011110111010100011111101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,12,165); }

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

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

 a { background-color: rgb(22,12,165); }

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

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

 span { border-color: rgb(22,12,165); }

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