#161B9E

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

Shades of Ultramarine #161B9E

Tints of Ultramarine #161B9E

Color information

#161B9E (or 0x161B9E) is unknown color: approx Ultramarine. HEX triplet: 16, 1B and 9E. RGB value is (22,27,158). Sum of RGB (Red+Green+Blue) = 22+27+158=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #161B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161B9E is #E9E461. Grayscale: #272727. Windows color (decimal): -15328354 or 10361622. OLE color: 10361622.

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

Color convert

RGB2227158-
CMYK0.860.8300.38
HSL237.79º75.56%35.29%-
HSV(B)237.79º86.08%61.96%-
XYZ6.893.4232.65-
YUV40.44194.34114.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 158 (62.11% from 255) = 76.33%
R=10.63%
G=13.04%
B=76.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22271580.860.8300.38237.7975.5635.29
Hex161B9E5653026ee4c23
Octal263323612612304635611443
Binary101101101110011110101011010100110100110111011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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