#181BA1

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

Shades of Ultramarine #181BA1

Tints of Ultramarine #181BA1

Color information

#181BA1 (or 0x181BA1) is unknown color: approx Ultramarine. HEX triplet: 18, 1B and A1. RGB value is (24,27,161). Sum of RGB (Red+Green+Blue) = 24+27+161=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 161 (63.28% from 255 or 75.94% from 212); Max value from RGB is 161 - color contains mainly: blue. Hex color #181BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181BA1 is #E7E45E. Grayscale: #282828. Windows color (decimal): -15197279 or 10558232. OLE color: 10558232.

HSL color Cylindrical-coordinate representation of color #181BA1: hue angle of 238.69º 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 #181BA1 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2427161-
CMYK0.850.8300.37
HSL238.69º74.05%36.27%-
HSV(B)238.69º85.09%63.14%-
XYZ7.23.5534.02-
YUV41.38195.51115.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.32%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 161 (63.28% from 255) = 75.94%
R=11.32%
G=12.74%
B=75.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24271610.850.8300.37238.6974.0536.27
Hex181BA15553025ef4a24
Octal303324112512304535711244
Binary110001101110100001101010110100110100101111011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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