#161E9A

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

Shades of Ultramarine #161E9A

Tints of Ultramarine #161E9A

Color information

#161E9A (or 0x161E9A) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 9A. RGB value is (22,30,154). Sum of RGB (Red+Green+Blue) = 22+30+154=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #161E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E9A is #E9E165. Grayscale: #292929. Windows color (decimal): -15327590 or 10100246. OLE color: 10100246.

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

Color convert

RGB2230154-
CMYK0.860.8100.40
HSL236.36º75%34.51%-
HSV(B)236.36º85.71%60.39%-
XYZ6.633.4330.89-
YUV41.74191.35113.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 30 (12.11% from 255) = 14.56%
BLUE value IS 154 (60.55% from 255) = 74.76%
R=10.68%
G=14.56%
B=74.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22301540.860.8100.40236.367534.51
Hex161E9A5651028ec4b23
Octal263623212612105035411343
Binary101101111010011010101011010100010101000111011001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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