#161289

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

Shades of Ultramarine #161289

Tints of Ultramarine #161289

Color information

#161289 (or 0x161289) is unknown color: approx Ultramarine. HEX triplet: 16, 12 and 89. RGB value is (22,18,137). Sum of RGB (Red+Green+Blue) = 22+18+137=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 137 (53.91% from 255 or 77.40% from 177); Max value from RGB is 137 - color contains mainly: blue. Hex color #161289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #161289 is #E9ED76. Grayscale: #202020. Windows color (decimal): -15330679 or 8983062. OLE color: 8983062.

HSL color Cylindrical-coordinate representation of color #161289: hue angle of 242.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #161289 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2218137-
CMYK0.840.8700.46
HSL242.02º76.77%30.39%-
HSV(B)242.02º86.86%53.73%-
XYZ5.062.4123.87-
YUV32.76186.83120.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 137 (53.91% from 255) = 77.40%
R=12.43%
G=10.17%
B=77.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22181370.840.8700.46242.0276.7730.39
Hex161289545702Ef24d1e
Octal262221112412705636211536
Binary10110100101000100110101001010111010111011110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161289; }

 p { color: rgb(22,18,137); }

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

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

 a { background-color: rgb(22,18,137); }

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

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

 span { border-color: rgb(22,18,137); }

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