#16029B

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

Shades of Ultramarine #16029B

Tints of Ultramarine #16029B

Color information

#16029B (or 0x16029B) is unknown color: approx Ultramarine. HEX triplet: 16, 02 and 9B. RGB value is (22,2,155). Sum of RGB (Red+Green+Blue) = 22+2+155=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 155 (60.94% from 255 or 86.59% from 179); Max value from RGB is 155 - color contains mainly: blue. Hex color #16029B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16029B is #E9FD64. Grayscale: #181818. Windows color (decimal): -15334757 or 10158614. OLE color: 10158614.

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

Color convert

RGB222155-
CMYK0.860.9900.39
HSL247.84º97.45%30.78%-
HSV(B)247.84º98.71%60.78%-
XYZ6.272.5831.18-
YUV25.42201.13125.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 155 (60.94% from 255) = 86.59%
R=12.29%
G=1.12%
B=86.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2221550.860.9900.39247.8497.4530.78
Hex1629B5663027f8611f
Octal26223312614304737014137
Binary10110101001101110101101100011010011111111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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