#160E7E

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

Shades of Ultramarine #160E7E

Tints of Ultramarine #160E7E

Color information

#160E7E (or 0x160E7E) is unknown color: approx Ultramarine. HEX triplet: 16, 0E and 7E. RGB value is (22,14,126). Sum of RGB (Red+Green+Blue) = 22+14+126=162 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.58% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #160E7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160E7E is #E9F181. Grayscale: #1C1C1C. Windows color (decimal): -15331714 or 8261142. OLE color: 8261142.

HSL color Cylindrical-coordinate representation of color #160E7E: hue angle of 244.29º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160E7E is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2214126-
CMYK0.830.8900.51
HSL244.29º80%27.45%-
HSV(B)244.29º88.89%49.41%-
XYZ4.251.9919.9-
YUV29.16182.65122.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.58%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 126 (49.61% from 255) = 77.78%
R=13.58%
G=8.64%
B=77.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22141260.830.8900.51244.298027.45
Hex16E7E5359033f4501b
Octal261617612313106336412033
Binary101101110111111010100111011001011001111110100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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