#161E93

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

Shades of Ultramarine #161E93

Tints of Ultramarine #161E93

Color information

#161E93 (or 0x161E93) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 93. RGB value is (22,30,147). Sum of RGB (Red+Green+Blue) = 22+30+147=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #161E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E93 is #E9E16C. Grayscale: #282828. Windows color (decimal): -15327597 or 9641494. OLE color: 9641494.

HSL color Cylindrical-coordinate representation of color #161E93: hue angle of 236.16º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161E93 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2230147-
CMYK0.850.8000.42
HSL236.16º73.96%33.14%-
HSV(B)236.16º85.03%57.65%-
XYZ6.063.2127.9-
YUV40.95187.85114.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=11.06%
G=15.08%
B=73.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22301470.850.8000.42236.1673.9633.14
Hex161E93555002Aec4a21
Octal263622312512005235411241
Binary101101111010010011101010110100000101010111011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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