#160EA7

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

Shades of Ultramarine #160EA7

Tints of Ultramarine #160EA7

Color information

#160EA7 (or 0x160EA7) is unknown color: approx Ultramarine. HEX triplet: 16, 0E and A7. RGB value is (22,14,167). Sum of RGB (Red+Green+Blue) = 22+14+167=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 167 (65.62% from 255 or 82.27% from 203); Max value from RGB is 167 - color contains mainly: blue. Hex color #160EA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160EA7 is #E9F158. Grayscale: #212121. Windows color (decimal): -15331673 or 10948118. OLE color: 10948118.

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

Color convert

RGB2214167-
CMYK0.870.9200.35
HSL243.14º84.53%35.49%-
HSV(B)243.14º91.62%65.49%-
XYZ7.463.2736.8-
YUV33.83203.15119.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 167 (65.62% from 255) = 82.27%
R=10.84%
G=6.90%
B=82.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22141670.870.9200.35243.1484.5335.49
Hex16EA7575C023f35523
Octal261624712713404336312543
Binary10110111010100111101011110111000100011111100111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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