#181394

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

Shades of Ultramarine #181394

Tints of Ultramarine #181394

Color information

#181394 (or 0x181394) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and 94. RGB value is (24,19,148). Sum of RGB (Red+Green+Blue) = 24+19+148=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #181394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181394 is #E7EC6B. Grayscale: #222222. Windows color (decimal): -15199340 or 9704216. OLE color: 9704216.

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

Color convert

RGB2419148-
CMYK0.840.8700.42
HSL242.33º77.25%32.75%-
HSV(B)242.33º87.16%58.04%-
XYZ5.952.828.24-
YUV35.2191.66120.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.57%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 148 (58.20% from 255) = 77.49%
R=12.57%
G=9.95%
B=77.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24191480.840.8700.42242.3377.2532.75
Hex181394545702Af24d21
Octal302322412412705236211541
Binary110001001110010100101010010101110101010111100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181394; }

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

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

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

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

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

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

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

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