#16149A

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

Shades of Ultramarine #16149A

Tints of Ultramarine #16149A

Color information

#16149A (or 0x16149A) is unknown color: approx Ultramarine. HEX triplet: 16, 14 and 9A. RGB value is (22,20,154). Sum of RGB (Red+Green+Blue) = 22+20+154=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #16149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16149A is #E9EB65. Grayscale: #232323. Windows color (decimal): -15330150 or 10097686. OLE color: 10097686.

HSL color Cylindrical-coordinate representation of color #16149A: hue angle of 240.9º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16149A is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2220154-
CMYK0.860.8700.40
HSL240.9º77.01%34.12%-
HSV(B)240.9º87.01%60.39%-
XYZ6.41330.81-
YUV35.87194.66118.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 154 (60.55% from 255) = 78.57%
R=11.22%
G=10.20%
B=78.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22201540.860.8700.40240.977.0134.12
Hex16149A5657028f14d22
Octal262423212612705036111542
Binary101101010010011010101011010101110101000111100011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16149A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16149A; }

 p { color: rgb(22,20,154); }

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

<style>
 a { background-color: #16149A; }

 a { background-color: rgb(22,20,154); }

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

<style>
 span { border-color: #16149A; }

 span { border-color: rgb(22,20,154); }

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