#16057B

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

Shades of Ultramarine #16057B

Tints of Ultramarine #16057B

Color information

#16057B (or 0x16057B) is unknown color: approx Ultramarine. HEX triplet: 16, 05 and 7B. RGB value is (22,5,123). Sum of RGB (Red+Green+Blue) = 22+5+123=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 123 (48.44% from 255 or 82% from 150); Max value from RGB is 123 - color contains mainly: blue. Hex color #16057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16057B is #E9FA84. Grayscale: #171717. Windows color (decimal): -15334021 or 8062230. OLE color: 8062230.

HSL color Cylindrical-coordinate representation of color #16057B: hue angle of 248.64º 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 #16057B is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB225123-
CMYK0.820.9600.52
HSL248.64º92.19%25.1%-
HSV(B)248.64º95.93%48.24%-
XYZ3.961.7118.86-
YUV23.53184.13126.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 5 (2.34% from 255) = 3.33%
BLUE value IS 123 (48.44% from 255) = 82%
R=14.67%
G=3.33%
B=82%

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
Decimal2251230.820.9600.52248.6492.1925.1
Hex1657B5260034f95c19
Octal26517312214006437113431
Binary10110101111101110100101100000011010011111001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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