#161F93

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

Shades of Ultramarine #161F93

Tints of Ultramarine #161F93

Color information

#161F93 (or 0x161F93) is unknown color: approx Ultramarine. HEX triplet: 16, 1F and 93. RGB value is (22,31,147). Sum of RGB (Red+Green+Blue) = 22+31+147=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #161F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161F93 is #E9E06C. Grayscale: #292929. Windows color (decimal): -15327341 or 9641750. OLE color: 9641750.

HSL color Cylindrical-coordinate representation of color #161F93: hue angle of 235.68º 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 #161F93 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2231147-
CMYK0.850.7900.42
HSL235.68º73.96%33.14%-
HSV(B)235.68º85.03%57.65%-
XYZ6.093.2627.91-
YUV41.53187.52114.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=11%
G=15.5%
B=73.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22311470.850.7900.42235.6873.9633.14
Hex161F93554F02Aec4a21
Octal263722312511705235411241
Binary101101111110010011101010110011110101010111011001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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