#181396

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

Shades of Ultramarine #181396

Tints of Ultramarine #181396

Color information

#181396 (or 0x181396) is unknown color: approx Ultramarine. HEX triplet: 18, 13 and 96. RGB value is (24,19,150). Sum of RGB (Red+Green+Blue) = 24+19+150=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #181396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181396 is #E7EC69. Grayscale: #222222. Windows color (decimal): -15199338 or 9835288. OLE color: 9835288.

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

Color convert

RGB2419150-
CMYK0.840.8700.41
HSL242.29º77.51%33.14%-
HSV(B)242.29º87.33%58.82%-
XYZ6.112.8629.08-
YUV35.43192.66119.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 150 (58.98% from 255) = 77.72%
R=12.44%
G=9.84%
B=77.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24191500.840.8700.41242.2977.5133.14
Hex1813965457029f24e21
Octal302322612412705136211641
Binary110001001110010110101010010101110101001111100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181396; }

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

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

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

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

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

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

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

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