#16037A

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

Shades of Ultramarine #16037A

Tints of Ultramarine #16037A

Color information

#16037A (or 0x16037A) is unknown color: approx Ultramarine. HEX triplet: 16, 03 and 7A. RGB value is (22,3,122). Sum of RGB (Red+Green+Blue) = 22+3+122=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #16037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16037A is #E9FC85. Grayscale: #151515. Windows color (decimal): -15334534 or 7996182. OLE color: 7996182.

HSL color Cylindrical-coordinate representation of color #16037A: hue angle of 249.58º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16037A is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB223122-
CMYK0.820.9800.52
HSL249.58º95.2%24.51%-
HSV(B)249.58º97.54%47.84%-
XYZ3.881.6418.52-
YUV22.25184.29127.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=14.97%
G=2.04%
B=82.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2231220.820.9800.52249.5895.224.51
Hex1637A5262034fa5f19
Octal26317212214206437213731
Binary1011011111101010100101100010011010011111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16037A; }

 p { color: rgb(22,3,122); }

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

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

 a { background-color: rgb(22,3,122); }

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

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

 span { border-color: rgb(22,3,122); }

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