#16019B

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

Shades of Ultramarine #16019B

Tints of Ultramarine #16019B

Color information

#16019B (or 0x16019B) is unknown color: approx Ultramarine. HEX triplet: 16, 01 and 9B. RGB value is (22,1,155). Sum of RGB (Red+Green+Blue) = 22+1+155=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 155 (60.94% from 255 or 87.08% from 178); Max value from RGB is 155 - color contains mainly: blue. Hex color #16019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16019B is #E9FE64. Grayscale: #181818. Windows color (decimal): -15335013 or 10158358. OLE color: 10158358.

HSL color Cylindrical-coordinate representation of color #16019B: hue angle of 248.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16019B is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB221155-
CMYK0.860.9900.39
HSL248.18º98.72%30.59%-
HSV(B)248.18º99.35%60.78%-
XYZ6.262.5631.17-
YUV24.84201.46125.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.36%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 155 (60.94% from 255) = 87.08%
R=12.36%
G=0.56%
B=87.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2211550.860.9900.39248.1898.7230.59
Hex1619B5663027f8631f
Octal26123312614304737014337
Binary1011011001101110101101100011010011111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16019B; }

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

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

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

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

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

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

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

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