#18159A

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

Shades of Ultramarine #18159A

Tints of Ultramarine #18159A

Color information

#18159A (or 0x18159A) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 9A. RGB value is (24,21,154). Sum of RGB (Red+Green+Blue) = 24+21+154=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 154 (60.55% from 255 or 77.39% from 199); Max value from RGB is 154 - color contains mainly: blue. Hex color #18159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159A is #E7EA65. Grayscale: #242424. Windows color (decimal): -15198822 or 10097944. OLE color: 10097944.

HSL color Cylindrical-coordinate representation of color #18159A: hue angle of 241.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18159A is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2421154-
CMYK0.840.8600.40
HSL241.35º76%34.31%-
HSV(B)241.35º86.36%60.39%-
XYZ6.483.0630.82-
YUV37.06193.99118.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 154 (60.55% from 255) = 77.39%
R=12.06%
G=10.55%
B=77.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24211540.840.8600.40241.357634.31
Hex18159A5456028f14c22
Octal302523212412605036111442
Binary110001010110011010101010010101100101000111100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18159A; }

 p { color: rgb(24,21,154); }

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

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

 a { background-color: rgb(24,21,154); }

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

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

 span { border-color: rgb(24,21,154); }

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