#18199D

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

Shades of Ultramarine #18199D

Tints of Ultramarine #18199D

Color information

#18199D (or 0x18199D) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and 9D. RGB value is (24,25,157). Sum of RGB (Red+Green+Blue) = 24+25+157=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #18199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18199D is #E7E662. Grayscale: #272727. Windows color (decimal): -15197795 or 10295576. OLE color: 10295576.

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

Color convert

RGB2425157-
CMYK0.850.8400.38
HSL239.55º73.48%35.49%-
HSV(B)239.55º84.71%61.57%-
XYZ6.813.3232.18-
YUV39.75194.17116.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 157 (61.72% from 255) = 76.21%
R=11.65%
G=12.14%
B=76.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24251570.850.8400.38239.5573.4835.49
Hex18199D5554026f04923
Octal303123512512404636011143
Binary110001100110011101101010110101000100110111100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,25,157); }

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

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

 a { background-color: rgb(24,25,157); }

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

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

 span { border-color: rgb(24,25,157); }

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