#181494

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

Shades of Ultramarine #181494

Tints of Ultramarine #181494

Color information

#181494 (or 0x181494) is unknown color: approx Ultramarine. HEX triplet: 18, 14 and 94. RGB value is (24,20,148). Sum of RGB (Red+Green+Blue) = 24+20+148=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #181494 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181494 is #E7EB6B. Grayscale: #232323. Windows color (decimal): -15199084 or 9704472. OLE color: 9704472.

HSL color Cylindrical-coordinate representation of color #181494: hue angle of 241.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181494 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2420148-
CMYK0.840.8600.42
HSL241.88º76.19%32.94%-
HSV(B)241.88º86.49%58.04%-
XYZ5.972.8328.25-
YUV35.79191.33119.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 148 (58.20% from 255) = 77.08%
R=12.5%
G=10.42%
B=77.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24201480.840.8600.42241.8876.1932.94
Hex181494545602Af24c21
Octal302422412412605236211441
Binary110001010010010100101010010101100101010111100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181494; }

 p { color: rgb(24,20,148); }

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

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

 a { background-color: rgb(24,20,148); }

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

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

 span { border-color: rgb(24,20,148); }

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