#181A8E

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

Shades of Ultramarine #181A8E

Tints of Ultramarine #181A8E

Color information

#181A8E (or 0x181A8E) is unknown color: approx Ultramarine. HEX triplet: 18, 1A and 8E. RGB value is (24,26,142). Sum of RGB (Red+Green+Blue) = 24+26+142=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 142 (55.86% from 255 or 73.96% from 192); Max value from RGB is 142 - color contains mainly: blue. Hex color #181A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181A8E is #E7E571. Grayscale: #262626. Windows color (decimal): -15197554 or 9312792. OLE color: 9312792.

HSL color Cylindrical-coordinate representation of color #181A8E: hue angle of 238.98º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181A8E is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2426142-
CMYK0.830.8200.44
HSL238.98º71.08%32.55%-
HSV(B)238.98º83.1%55.69%-
XYZ5.632.8925.85-
YUV38.63186.34117.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 142 (55.86% from 255) = 73.96%
R=12.5%
G=13.54%
B=73.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24261420.830.8200.44238.9871.0832.55
Hex181A8E535202Cef4721
Octal303221612312205435710741
Binary110001101010001110101001110100100101100111011111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,26,142); }

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

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

 a { background-color: rgb(24,26,142); }

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

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

 span { border-color: rgb(24,26,142); }

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