#160692

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

Shades of Ultramarine #160692

Tints of Ultramarine #160692

Color information

#160692 (or 0x160692) is unknown color: approx Ultramarine. HEX triplet: 16, 06 and 92. RGB value is (22,6,146). Sum of RGB (Red+Green+Blue) = 22+6+146=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 146 (57.42% from 255 or 83.91% from 174); Max value from RGB is 146 - color contains mainly: blue. Hex color #160692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160692 is #E9F96D. Grayscale: #1A1A1A. Windows color (decimal): -15333742 or 9569814. OLE color: 9569814.

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

Color convert

RGB226146-
CMYK0.850.9600.43
HSL246.86º92.11%29.8%-
HSV(B)246.86º95.89%57.25%-
XYZ5.582.3827.36-
YUV26.74195.3124.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 146 (57.42% from 255) = 83.91%
R=12.64%
G=3.45%
B=83.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2261460.850.9600.43246.8692.1129.8
Hex16692556002Bf75c1e
Octal26622212514005336713436
Binary101101101001001010101011100000010101111110111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160692; }

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

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

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

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

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

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

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

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