#18159F

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

Shades of Ultramarine #18159F

Tints of Ultramarine #18159F

Color information

#18159F (or 0x18159F) is unknown color: approx Ultramarine. HEX triplet: 18, 15 and 9F. RGB value is (24,21,159). Sum of RGB (Red+Green+Blue) = 24+21+159=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 159 (62.5% from 255 or 77.94% from 204); Max value from RGB is 159 - color contains mainly: blue. Hex color #18159F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18159F is #E7EA60. Grayscale: #252525. Windows color (decimal): -15198817 or 10425624. OLE color: 10425624.

HSL color Cylindrical-coordinate representation of color #18159F: hue angle of 241.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18159F is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2421159-
CMYK0.850.8700.38
HSL241.3º76.67%35.29%-
HSV(B)241.3º86.79%62.35%-
XYZ6.93.2333.06-
YUV37.63196.49118.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 159 (62.5% from 255) = 77.94%
R=11.76%
G=10.29%
B=77.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24211590.850.8700.38241.376.6735.29
Hex18159F5557026f14d23
Octal302523712512704636111543
Binary110001010110011111101010110101110100110111100011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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