#181F94

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

Shades of Ultramarine #181F94

Tints of Ultramarine #181F94

Color information

#181F94 (or 0x181F94) is unknown color: approx Ultramarine. HEX triplet: 18, 1F and 94. RGB value is (24,31,148). Sum of RGB (Red+Green+Blue) = 24+31+148=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #181F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181F94 is #E7E06B. Grayscale: #292929. Windows color (decimal): -15196268 or 9707288. OLE color: 9707288.

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

Color convert

RGB2431148-
CMYK0.840.7900.42
HSL236.61º72.09%33.73%-
HSV(B)236.61º83.78%58.04%-
XYZ6.213.3128.33-
YUV42.24187.68114.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 148 (58.20% from 255) = 72.91%
R=11.82%
G=15.27%
B=72.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24311480.840.7900.42236.6172.0933.73
Hex181F94544F02Aed4822
Octal303722412411705235511042
Binary110001111110010100101010010011110101010111011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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