#160EA4

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

Shades of Ultramarine #160EA4

Tints of Ultramarine #160EA4

Color information

#160EA4 (or 0x160EA4) is unknown color: approx Ultramarine. HEX triplet: 16, 0E and A4. RGB value is (22,14,164). Sum of RGB (Red+Green+Blue) = 22+14+164=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #160EA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160EA4 is #E9F15B. Grayscale: #202020. Windows color (decimal): -15331676 or 10751510. OLE color: 10751510.

HSL color Cylindrical-coordinate representation of color #160EA4: hue angle of 243.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160EA4 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2214164-
CMYK0.870.9100.36
HSL243.2º84.27%34.9%-
HSV(B)243.2º91.46%64.31%-
XYZ7.193.1635.35-
YUV33.49201.65119.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 14 (5.86% from 255) = 7%
BLUE value IS 164 (64.45% from 255) = 82%
R=11%
G=7%
B=82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal22141640.870.9100.36243.284.2734.9
Hex16EA4575B024f35423
Octal261624412713304436312443
Binary10110111010100100101011110110110100100111100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,14,164); }

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

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

 a { background-color: rgb(22,14,164); }

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

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

 span { border-color: rgb(22,14,164); }

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