#18118D

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

Shades of Ultramarine #18118D

Tints of Ultramarine #18118D

Color information

#18118D (or 0x18118D) is unknown color: approx Ultramarine. HEX triplet: 18, 11 and 8D. RGB value is (24,17,141). Sum of RGB (Red+Green+Blue) = 24+17+141=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 141 (55.47% from 255 or 77.47% from 182); Max value from RGB is 141 - color contains mainly: blue. Hex color #18118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18118D is #E7EE72. Grayscale: #202020. Windows color (decimal): -15199859 or 9244952. OLE color: 9244952.

HSL color Cylindrical-coordinate representation of color #18118D: hue angle of 243.39º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18118D is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2417141-
CMYK0.830.8800.45
HSL243.39º78.48%30.98%-
HSV(B)243.39º87.94%55.29%-
XYZ5.382.5225.4-
YUV33.23188.82121.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.19%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 141 (55.47% from 255) = 77.47%
R=13.19%
G=9.34%
B=77.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24171410.830.8800.45243.3978.4830.98
Hex18118D535802Df34e1f
Octal302121512313005536311637
Binary11000100011000110110100111011000010110111110011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18118D; }

 p { color: rgb(24,17,141); }

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

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

 a { background-color: rgb(24,17,141); }

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

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

 span { border-color: rgb(24,17,141); }

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