#161F88

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

Shades of Ultramarine #161F88

Tints of Ultramarine #161F88

Color information

#161F88 (or 0x161F88) is unknown color: approx Ultramarine. HEX triplet: 16, 1F and 88. RGB value is (22,31,136). Sum of RGB (Red+Green+Blue) = 22+31+136=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #161F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161F88 is #E9E077. Grayscale: #272727. Windows color (decimal): -15327352 or 8920854. OLE color: 8920854.

HSL color Cylindrical-coordinate representation of color #161F88: hue angle of 235.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161F88 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2231136-
CMYK0.840.7700.47
HSL235.26º72.15%30.98%-
HSV(B)235.26º83.82%53.33%-
XYZ5.262.9323.58-
YUV40.28182.02114.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 136 (53.52% from 255) = 71.96%
R=11.64%
G=16.40%
B=71.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22311360.840.7700.47235.2672.1530.98
Hex161F88544D02Feb481f
Octal263721012411505735311037
Binary10110111111000100010101001001101010111111101011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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