#181CA2

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

Shades of Ultramarine #181CA2

Tints of Ultramarine #181CA2

Color information

#181CA2 (or 0x181CA2) is unknown color: approx Ultramarine. HEX triplet: 18, 1C and A2. RGB value is (24,28,162). Sum of RGB (Red+Green+Blue) = 24+28+162=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #181CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CA2 is #E7E35D. Grayscale: #292929. Windows color (decimal): -15197022 or 10624024. OLE color: 10624024.

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

Color convert

RGB2428162-
CMYK0.850.8300.36
HSL238.26º74.19%36.47%-
HSV(B)238.26º85.19%63.53%-
XYZ7.313.6334.5-
YUV42.08195.67115.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 162 (63.67% from 255) = 75.70%
R=11.21%
G=13.08%
B=75.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24281620.850.8300.36238.2674.1936.47
Hex181CA25553024ee4a24
Octal303424212512304435611244
Binary110001110010100010101010110100110100100111011101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,162); }

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

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

 a { background-color: rgb(24,28,162); }

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

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

 span { border-color: rgb(24,28,162); }

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