#161C9F

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

Shades of Ultramarine #161C9F

Tints of Ultramarine #161C9F

Color information

#161C9F (or 0x161C9F) is unknown color: approx Ultramarine. HEX triplet: 16, 1C and 9F. RGB value is (22,28,159). Sum of RGB (Red+Green+Blue) = 22+28+159=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #161C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161C9F is #E9E360. Grayscale: #282828. Windows color (decimal): -15328097 or 10427414. OLE color: 10427414.

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

Color convert

RGB2228159-
CMYK0.860.8200.38
HSL237.37º75.69%35.49%-
HSV(B)237.37º86.16%62.35%-
XYZ73.533.11-
YUV41.14194.51114.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.53%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 159 (62.5% from 255) = 76.08%
R=10.53%
G=13.40%
B=76.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22281590.860.8200.38237.3775.6935.49
Hex161C9F5652026ed4c23
Octal263423712612204635511443
Binary101101110010011111101011010100100100110111011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,28,159); }

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

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

 a { background-color: rgb(22,28,159); }

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

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

 span { border-color: rgb(22,28,159); }

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