#16047B

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

Shades of Ultramarine #16047B

Tints of Ultramarine #16047B

Color information

#16047B (or 0x16047B) is unknown color: approx Ultramarine. HEX triplet: 16, 04 and 7B. RGB value is (22,4,123). Sum of RGB (Red+Green+Blue) = 22+4+123=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #16047B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16047B is #E9FB84. Grayscale: #161616. Windows color (decimal): -15334277 or 8061974. OLE color: 8061974.

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

Color convert

RGB224123-
CMYK0.820.9700.52
HSL249.08º93.7%24.9%-
HSV(B)249.08º96.75%48.24%-
XYZ3.951.6918.86-
YUV22.95184.46127.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 4 (1.95% from 255) = 2.68%
BLUE value IS 123 (48.44% from 255) = 82.55%
R=14.77%
G=2.68%
B=82.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2241230.820.9700.52249.0893.724.9
Hex1647B5261034f95e19
Octal26417312214106437113631
Binary10110100111101110100101100001011010011111001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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