#1811B1

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

Shades of Ultramarine #1811B1

Tints of Ultramarine #1811B1

Color information

#1811B1 (or 0x1811B1) is unknown color: approx Ultramarine. HEX triplet: 18, 11 and B1. RGB value is (24,17,177). Sum of RGB (Red+Green+Blue) = 24+17+177=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #1811B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1811B1 is #E7EE4E. Grayscale: #242424. Windows color (decimal): -15199823 or 11604248. OLE color: 11604248.

HSL color Cylindrical-coordinate representation of color #1811B1: hue angle of 242.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1811B1 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2417177-
CMYK0.860.9000.31
HSL242.62º82.47%38.04%-
HSV(B)242.62º90.4%69.41%-
XYZ8.513.7741.87-
YUV37.33206.82118.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 177 (69.53% from 255) = 81.19%
R=11.01%
G=7.80%
B=81.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24171770.860.9000.31242.6282.4738.04
Hex1811B1565A01Ff35226
Octal302126112613203736312246
Binary11000100011011000110101101011010011111111100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1811B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1811B1; }

 p { color: rgb(24,17,177); }

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

<style>
 a { background-color: #1811B1; }

 a { background-color: rgb(24,17,177); }

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

<style>
 span { border-color: #1811B1; }

 span { border-color: rgb(24,17,177); }

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