#16047D

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

Shades of Ultramarine #16047D

Tints of Ultramarine #16047D

Color information

#16047D (or 0x16047D) is unknown color: approx Ultramarine. HEX triplet: 16, 04 and 7D. RGB value is (22,4,125). Sum of RGB (Red+Green+Blue) = 22+4+125=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #16047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16047D is #E9FB82. Grayscale: #161616. Windows color (decimal): -15334275 or 8193046. OLE color: 8193046.

HSL color Cylindrical-coordinate representation of color #16047D: hue angle of 248.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16047D is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB224125-
CMYK0.820.9700.51
HSL248.93º93.8%25.29%-
HSV(B)248.93º96.8%49.02%-
XYZ4.081.7419.52-
YUV23.18185.46127.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.57%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 125 (49.22% from 255) = 82.78%
R=14.57%
G=2.65%
B=82.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2241250.820.9700.51248.9393.825.29
Hex1647D5261033f95e19
Octal26417512214106337113631
Binary10110100111110110100101100001011001111111001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16047D; }

 p { color: rgb(22,4,125); }

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

<style>
 a { background-color: #16047D; }

 a { background-color: rgb(22,4,125); }

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

<style>
 span { border-color: #16047D; }

 span { border-color: rgb(22,4,125); }

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