#16189e

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

Shades of Ultramarine #16189E

Tints of Ultramarine #16189E

Color information

#16189E (or 0x16189E) is unknown color: approx Ultramarine. HEX triplet: 16, 18 and 9E. RGB value is (22,24,158). Sum of RGB (Red+Green+Blue) = 22+24+158=204 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.78% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #16189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #16189E is #E9E761. Grayscale: #262626. Windows color (decimal): -15329122 or 10360854. OLE color: 10360854.

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

Color convert

RGB2224158-
CMYK0.860.8500.38
HSL239.12º75.56%35.29%-
HSV(B)239.12º86.08%61.96%-
XYZ6.833.2932.62-
YUV38.68195.34116.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.78%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 158 (62.11% from 255) = 77.45%
R=10.78%
G=11.76%
B=77.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22241580.860.8500.38239.1275.5635.29
Hex16189E5655026ef4c23
Octal263023612612504635711443
Binary101101100010011110101011010101010100110111011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16189e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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