#181F96

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

Shades of Ultramarine #181F96

Tints of Ultramarine #181F96

Color information

#181F96 (or 0x181F96) is unknown color: approx Ultramarine. HEX triplet: 18, 1F and 96. RGB value is (24,31,150). Sum of RGB (Red+Green+Blue) = 24+31+150=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #181F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181F96 is #E7E069. Grayscale: #292929. Windows color (decimal): -15196266 or 9838360. OLE color: 9838360.

HSL color Cylindrical-coordinate representation of color #181F96: hue angle of 236.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181F96 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2431150-
CMYK0.840.7900.41
HSL236.67º72.41%34.12%-
HSV(B)236.67º84%58.82%-
XYZ6.373.3829.17-
YUV42.47188.68114.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 150 (58.98% from 255) = 73.17%
R=11.71%
G=15.12%
B=73.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24311500.840.7900.41236.6772.4134.12
Hex181F96544F029ed4822
Octal303722612411705135511042
Binary110001111110010110101010010011110101001111011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F96; }

 p { color: rgb(24,31,150); }

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

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

 a { background-color: rgb(24,31,150); }

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

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

 span { border-color: rgb(24,31,150); }

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