#161b9a

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

Shades of Ultramarine #161B9A

Tints of Ultramarine #161B9A

Color information

#161B9A (or 0x161B9A) is unknown color: approx Ultramarine. HEX triplet: 16, 1B and 9A. RGB value is (22,27,154). Sum of RGB (Red+Green+Blue) = 22+27+154=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #161B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161B9A is #E9E465. Grayscale: #272727. Windows color (decimal): -15328358 or 10099478. OLE color: 10099478.

HSL color Cylindrical-coordinate representation of color #161B9A: hue angle of 237.73º 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 #161B9A is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2227154-
CMYK0.860.8200.40
HSL237.73º75%34.51%-
HSV(B)237.73º85.71%60.39%-
XYZ6.563.2930.86-
YUV39.98192.34115.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 154 (60.55% from 255) = 75.86%
R=10.84%
G=13.30%
B=75.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22271540.860.8200.40237.737534.51
Hex161B9A5652028ee4b23
Octal263323212612205035611343
Binary101101101110011010101011010100100101000111011101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161b9a; }

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

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

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

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

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

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

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

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