#162092

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

Shades of Ultramarine #162092

Tints of Ultramarine #162092

Color information

#162092 (or 0x162092) is unknown color: approx Ultramarine. HEX triplet: 16, 20 and 92. RGB value is (22,32,146). Sum of RGB (Red+Green+Blue) = 22+32+146=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #162092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162092 is #E9DF6D. Grayscale: #292929. Windows color (decimal): -15327086 or 9576470. OLE color: 9576470.

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

Color convert

RGB2232146-
CMYK0.850.7800.43
HSL235.16º73.81%32.94%-
HSV(B)235.16º84.93%57.25%-
XYZ6.043.2827.51-
YUV42.01186.69113.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 146 (57.42% from 255) = 73%
R=11%
G=16%
B=73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22321460.850.7800.43235.1673.8132.94
Hex162092554E02Beb4a21
Octal264022212511605335311241
Binary1011010000010010010101010110011100101011111010111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162092; }

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

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

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

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

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

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

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

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