#161E8C

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

Shades of Ultramarine #161E8C

Tints of Ultramarine #161E8C

Color information

#161E8C (or 0x161E8C) is unknown color: approx Ultramarine. HEX triplet: 16, 1E and 8C. RGB value is (22,30,140). Sum of RGB (Red+Green+Blue) = 22+30+140=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #161E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161E8C is #E9E173. Grayscale: #272727. Windows color (decimal): -15327604 or 9182742. OLE color: 9182742.

HSL color Cylindrical-coordinate representation of color #161E8C: hue angle of 235.93º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #161E8C is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2230140-
CMYK0.840.7900.45
HSL235.93º72.84%31.76%-
HSV(B)235.93º84.29%54.9%-
XYZ5.532.9925.1-
YUV40.15184.35115.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.46%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 140 (55.08% from 255) = 72.92%
R=11.46%
G=15.62%
B=72.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal22301400.840.7900.45235.9372.8431.76
Hex161E8C544F02Dec4920
Octal263621412411705535411140
Binary101101111010001100101010010011110101101111011001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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