#161E9F

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

Shades of Ultramarine #161E9F

Tints of Ultramarine #161E9F

Color information

#161E9F (or 0x161E9F) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 9F. RGB value is (22,30,159). Sum of RGB (Red+Green+Blue) = 22+30+159=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #161E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E9F is #E9E160. Grayscale: #292929. Windows color (decimal): -15327585 or 10427926. OLE color: 10427926.

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

Color convert

RGB2230159-
CMYK0.860.8100.38
HSL236.5º75.69%35.49%-
HSV(B)236.5º86.16%62.35%-
XYZ7.053.633.12-
YUV42.31193.85113.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=10.43%
G=14.22%
B=75.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22301590.860.8100.38236.575.6935.49
Hex161E9F5651026ec4c23
Octal263623712612104635411443
Binary101101111010011111101011010100010100110111011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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