#16057A

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

Shades of Ultramarine #16057A

Tints of Ultramarine #16057A

Color information

#16057A (or 0x16057A) is unknown color: approx Ultramarine. HEX triplet: 16, 05 and 7A. RGB value is (22,5,122). Sum of RGB (Red+Green+Blue) = 22+5+122=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 122 (48.05% from 255 or 81.88% from 149); Max value from RGB is 122 - color contains mainly: blue. Hex color #16057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16057A is #E9FA85. Grayscale: #161616. Windows color (decimal): -15334022 or 7996694. OLE color: 7996694.

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

Color convert

RGB225122-
CMYK0.820.9600.52
HSL248.72º92.13%24.9%-
HSV(B)248.72º95.9%47.84%-
XYZ3.91.6818.53-
YUV23.42183.63126.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 122 (48.05% from 255) = 81.88%
R=14.77%
G=3.36%
B=81.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2251220.820.9600.52248.7292.1324.9
Hex1657A5260034f95c19
Octal26517212214006437113431
Binary10110101111101010100101100000011010011111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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