#161E88

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

Shades of Ultramarine #161E88

Tints of Ultramarine #161E88

Color information

#161E88 (or 0x161E88) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 88. RGB value is (22,30,136). Sum of RGB (Red+Green+Blue) = 22+30+136=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #161E88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E88 is #E9E177. Grayscale: #272727. Windows color (decimal): -15327608 or 8920598. OLE color: 8920598.

HSL color Cylindrical-coordinate representation of color #161E88: hue angle of 235.79º 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 #161E88 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2230136-
CMYK0.840.7800.47
HSL235.79º72.15%30.98%-
HSV(B)235.79º83.82%53.33%-
XYZ5.242.8823.57-
YUV39.69182.35115.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 136 (53.52% from 255) = 72.34%
R=11.70%
G=15.96%
B=72.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22301360.840.7800.47235.7972.1530.98
Hex161E88544E02Fec481f
Octal263621012411605735411037
Binary10110111101000100010101001001110010111111101100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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