#16028D

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

Shades of Ultramarine #16028D

Tints of Ultramarine #16028D

Color information

#16028D (or 0x16028D) is unknown color: approx Ultramarine. HEX triplet: 16, 02 and 8D. RGB value is (22,2,141). Sum of RGB (Red+Green+Blue) = 22+2+141=165 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.33% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #16028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16028D is #E9FD72. Grayscale: #171717. Windows color (decimal): -15334771 or 9241110. OLE color: 9241110.

HSL color Cylindrical-coordinate representation of color #16028D: hue angle of 248.63º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16028D is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB222141-
CMYK0.840.9900.45
HSL248.63º97.2%28.04%-
HSV(B)248.63º98.58%55.29%-
XYZ5.162.1425.34-
YUV23.83194.13126.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.33%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 141 (55.47% from 255) = 85.45%
R=13.33%
G=1.21%
B=85.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2221410.840.9900.45248.6397.228.04
Hex1628D546302Df9611c
Octal26221512414305537114134
Binary10110101000110110101001100011010110111111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,2,141); }

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

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

 a { background-color: rgb(22,2,141); }

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

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

 span { border-color: rgb(22,2,141); }

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