#16029E

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

Shades of Ultramarine #16029E

Tints of Ultramarine #16029E

Color information

#16029E (or 0x16029E) is unknown color: approx Ultramarine. HEX triplet: 16, 02 and 9E. RGB value is (22,2,158). Sum of RGB (Red+Green+Blue) = 22+2+158=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #16029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16029E is #E9FD61. Grayscale: #191919. Windows color (decimal): -15334754 or 10355222. OLE color: 10355222.

HSL color Cylindrical-coordinate representation of color #16029E: hue angle of 247.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16029E is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB222158-
CMYK0.860.9900.38
HSL247.69º97.5%31.37%-
HSV(B)247.69º98.73%61.96%-
XYZ6.522.6832.52-
YUV25.76202.63125.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 158 (62.11% from 255) = 86.81%
R=12.09%
G=1.10%
B=86.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2221580.860.9900.38247.6997.531.37
Hex1629E5663026f8621f
Octal26223612614304637014237
Binary10110101001111010101101100011010011011111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16029E; }

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

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

<style>
 a { background-color: #16029E; }

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

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

<style>
 span { border-color: #16029E; }

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

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