#161E97

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

Shades of Ultramarine #161E97

Tints of Ultramarine #161E97

Color information

#161E97 (or 0x161E97) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 97. RGB value is (22,30,151). Sum of RGB (Red+Green+Blue) = 22+30+151=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #161E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E97 is #E9E168. Grayscale: #282828. Windows color (decimal): -15327593 or 9903638. OLE color: 9903638.

HSL color Cylindrical-coordinate representation of color #161E97: hue angle of 236.28º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161E97 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2230151-
CMYK0.850.8000.41
HSL236.28º74.57%33.92%-
HSV(B)236.28º85.43%59.22%-
XYZ6.383.3329.59-
YUV41.4189.85114.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 30 (12.11% from 255) = 14.78%
BLUE value IS 151 (59.38% from 255) = 74.38%
R=10.84%
G=14.78%
B=74.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22301510.850.8000.41236.2874.5733.92
Hex161E975550029ec4b22
Octal263622712512005135411342
Binary101101111010010111101010110100000101001111011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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