#161e9b

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

Shades of Ultramarine #161E9B

Tints of Ultramarine #161E9B

Color information

#161E9B (or 0x161E9B) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 9B. RGB value is (22,30,155). Sum of RGB (Red+Green+Blue) = 22+30+155=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #161E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E9B is #E9E164. Grayscale: #292929. Windows color (decimal): -15327589 or 10165782. OLE color: 10165782.

HSL color Cylindrical-coordinate representation of color #161E9B: hue angle of 236.39º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #161E9B is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2230155-
CMYK0.860.8100.39
HSL236.39º75.14%34.71%-
HSV(B)236.39º85.81%60.78%-
XYZ6.713.4731.33-
YUV41.86191.85113.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.63%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 155 (60.94% from 255) = 74.88%
R=10.63%
G=14.49%
B=74.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal22301550.860.8100.39236.3975.1434.71
Hex161E9B5651027ec4b23
Octal263623312612104735411343
Binary101101111010011011101011010100010100111111011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161e9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,30,155); }

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

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

 a { background-color: rgb(22,30,155); }

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

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

 span { border-color: rgb(22,30,155); }

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