#16159F

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

Shades of Ultramarine #16159F

Tints of Ultramarine #16159F

Color information

#16159F (or 0x16159F) is unknown color: approx Ultramarine. HEX triplet: 16, 15 and 9F. RGB value is (22,21,159). Sum of RGB (Red+Green+Blue) = 22+21+159=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #16159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16159F is #E9EA60. Grayscale: #242424. Windows color (decimal): -15329889 or 10425622. OLE color: 10425622.

HSL color Cylindrical-coordinate representation of color #16159F: hue angle of 240.43º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16159F is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2221159-
CMYK0.860.8700.38
HSL240.43º76.67%35.29%-
HSV(B)240.43º86.79%62.35%-
XYZ6.863.2133.06-
YUV37.03196.83117.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.89%
GREEN value IS 21 (8.59% from 255) = 10.40%
BLUE value IS 159 (62.5% from 255) = 78.71%
R=10.89%
G=10.40%
B=78.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22211590.860.8700.38240.4376.6735.29
Hex16159F5657026f04d23
Octal262523712612704636011543
Binary101101010110011111101011010101110100110111100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16159F; }

 p { color: rgb(22,21,159); }

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

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

 a { background-color: rgb(22,21,159); }

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

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

 span { border-color: rgb(22,21,159); }

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