#181F8C

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

Shades of Ultramarine #181F8C

Tints of Ultramarine #181F8C

Color information

#181F8C (or 0x181F8C) is unknown color: approx Ultramarine. HEX triplet: 18, 1F and 8C. RGB value is (24,31,140). Sum of RGB (Red+Green+Blue) = 24+31+140=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #181F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181F8C is #E7E073. Grayscale: #282828. Windows color (decimal): -15196276 or 9183000. OLE color: 9183000.

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

Color convert

RGB2431140-
CMYK0.830.7800.45
HSL236.38º70.73%32.16%-
HSV(B)236.38º82.86%54.9%-
XYZ5.63.0725.11-
YUV41.33183.68115.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 31 (12.5% from 255) = 15.90%
BLUE value IS 140 (55.08% from 255) = 71.79%
R=12.31%
G=15.90%
B=71.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24311400.830.7800.45236.3870.7332.16
Hex181F8C534E02Dec4720
Octal303721412311605535410740
Binary110001111110001100101001110011100101101111011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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