#181AA1

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

Shades of Ultramarine #181AA1

Tints of Ultramarine #181AA1

Color information

#181AA1 (or 0x181AA1) is unknown color: approx Ultramarine. HEX triplet: 18, 1A and A1. RGB value is (24,26,161). Sum of RGB (Red+Green+Blue) = 24+26+161=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 161 (63.28% from 255 or 76.30% from 211); Max value from RGB is 161 - color contains mainly: blue. Hex color #181AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181AA1 is #E7E55E. Grayscale: #282828. Windows color (decimal): -15197535 or 10557976. OLE color: 10557976.

HSL color Cylindrical-coordinate representation of color #181AA1: hue angle of 239.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181AA1 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2426161-
CMYK0.850.8400.37
HSL239.12º74.05%36.27%-
HSV(B)239.12º85.09%63.14%-
XYZ7.183.5134.02-
YUV40.79195.84116.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 161 (63.28% from 255) = 76.30%
R=11.37%
G=12.32%
B=76.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24261610.850.8400.37239.1274.0536.27
Hex181AA15554025ef4a24
Octal303224112512404535711244
Binary110001101010100001101010110101000100101111011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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