#16189A

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

Shades of Ultramarine #16189A

Tints of Ultramarine #16189A

Color information

#16189A (or 0x16189A) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and 9A. RGB value is (22,24,154). Sum of RGB (Red+Green+Blue) = 22+24+154=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 154 (60.55% from 255 or 77% from 200); Max value from RGB is 154 - color contains mainly: blue. Hex color #16189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16189A is #E9E765. Grayscale: #252525. Windows color (decimal): -15329126 or 10098710. OLE color: 10098710.

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

Color convert

RGB2224154-
CMYK0.860.8400.40
HSL239.09º75%34.51%-
HSV(B)239.09º85.71%60.39%-
XYZ6.493.1630.84-
YUV38.22193.34116.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 24 (9.77% from 255) = 12%
BLUE value IS 154 (60.55% from 255) = 77%
R=11%
G=12%
B=77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22241540.860.8400.40239.097534.51
Hex16189A5654028ef4b23
Octal263023212612405035711343
Binary101101100010011010101011010101000101000111011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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