#161A9E

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

Shades of Ultramarine #161A9E

Tints of Ultramarine #161A9E

Color information

#161A9E (or 0x161A9E) is unknown color: approx Ultramarine. HEX triplet: 16, 1A and 9E. RGB value is (22,26,158). Sum of RGB (Red+Green+Blue) = 22+26+158=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #161A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161A9E is #E9E561. Grayscale: #272727. Windows color (decimal): -15328610 or 10361366. OLE color: 10361366.

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

Color convert

RGB2226158-
CMYK0.860.8400.38
HSL238.24º75.56%35.29%-
HSV(B)238.24º86.08%61.96%-
XYZ6.873.3832.64-
YUV39.85194.67115.27-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=10.68%
G=12.62%
B=76.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22261580.860.8400.38238.2475.5635.29
Hex161A9E5654026ee4c23
Octal263223612612404635611443
Binary101101101010011110101011010101000100110111011101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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