#181999

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

Shades of Ultramarine #181999

Tints of Ultramarine #181999

Color information

#181999 (or 0x181999) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and 99. RGB value is (24,25,153). Sum of RGB (Red+Green+Blue) = 24+25+153=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #181999 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181999 is #E7E666. Grayscale: #262626. Windows color (decimal): -15197799 or 10033432. OLE color: 10033432.

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

Color convert

RGB2425153-
CMYK0.840.8400.4
HSL239.53º72.88%34.71%-
HSV(B)239.53º84.31%60%-
XYZ6.473.1930.41-
YUV39.29192.17117.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 153 (60.16% from 255) = 75.74%
R=11.88%
G=12.38%
B=75.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24251530.840.8400.4239.5372.8834.71
Hex1819995454028f04923
Octal303123112412405036011143
Binary110001100110011001101010010101000101000111100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181999; }

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

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

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

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

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

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

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

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