#160492

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

Shades of Ultramarine #160492

Tints of Ultramarine #160492

Color information

#160492 (or 0x160492) is unknown color: approx Ultramarine. HEX triplet: 16, 04 and 92. RGB value is (22,4,146). Sum of RGB (Red+Green+Blue) = 22+4+146=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 146 (57.42% from 255 or 84.88% from 172); Max value from RGB is 146 - color contains mainly: blue. Hex color #160492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160492 is #E9FB6D. Grayscale: #191919. Windows color (decimal): -15334254 or 9569302. OLE color: 9569302.

HSL color Cylindrical-coordinate representation of color #160492: hue angle of 247.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #160492 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB224146-
CMYK0.850.9700.43
HSL247.61º94.67%29.41%-
HSV(B)247.61º97.26%57.25%-
XYZ5.562.3327.35-
YUV25.57195.96125.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 146 (57.42% from 255) = 84.88%
R=12.79%
G=2.33%
B=84.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2241460.850.9700.43247.6194.6729.41
Hex16492556102Bf85f1d
Octal26422212514105337013735
Binary101101001001001010101011100001010101111111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160492; }

 p { color: rgb(22,4,146); }

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

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

 a { background-color: rgb(22,4,146); }

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

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

 span { border-color: rgb(22,4,146); }

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