#160178

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

Shades of Ultramarine #160178

Tints of Ultramarine #160178

Color information

#160178 (or 0x160178) is unknown color: approx Ultramarine. HEX triplet: 16, 01 and 78. RGB value is (22,1,120). Sum of RGB (Red+Green+Blue) = 22+1+120=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #160178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160178 is #E9FE87. Grayscale: #141414. Windows color (decimal): -15335048 or 7864598. OLE color: 7864598.

HSL color Cylindrical-coordinate representation of color #160178: hue angle of 250.59º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160178 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB221120-
CMYK0.820.9900.53
HSL250.59º98.35%23.73%-
HSV(B)250.59º99.17%47.06%-
XYZ3.731.5517.87-
YUV20.84183.96128.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=15.38%
G=0.70%
B=83.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2211200.820.9900.53250.5998.3523.73
Hex161785263035fb6218
Octal26117012214306537314230
Binary101101111100010100101100011011010111111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160178; }

 p { color: rgb(22,1,120); }

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

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

 a { background-color: rgb(22,1,120); }

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

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

 span { border-color: rgb(22,1,120); }

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