#181986

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

Shades of Ultramarine #181986

Tints of Ultramarine #181986

Color information

#181986 (or 0x181986) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and 86. RGB value is (24,25,134). Sum of RGB (Red+Green+Blue) = 24+25+134=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #181986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181986 is #E7E679. Grayscale: #242424. Windows color (decimal): -15197818 or 8788248. OLE color: 8788248.

HSL color Cylindrical-coordinate representation of color #181986: hue angle of 239.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #181986 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2425134-
CMYK0.820.8100.47
HSL239.45º69.62%30.98%-
HSV(B)239.45º82.09%52.55%-
XYZ5.032.6122.79-
YUV37.13182.67118.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 134 (52.73% from 255) = 73.22%
R=13.11%
G=13.66%
B=73.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24251340.820.8100.47239.4569.6230.98
Hex181986525102Fef461f
Octal303120612212105735710637
Binary11000110011000011010100101010001010111111101111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181986; }

 p { color: rgb(24,25,134); }

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

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

 a { background-color: rgb(24,25,134); }

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

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

 span { border-color: rgb(24,25,134); }

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