#1811B0

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

Shades of Ultramarine #1811B0

Tints of Ultramarine #1811B0

Color information

#1811B0 (or 0x1811B0) is unknown color: approx Ultramarine. HEX triplet: 18, 11 and B0. RGB value is (24,17,176). Sum of RGB (Red+Green+Blue) = 24+17+176=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 176 (69.14% from 255 or 81.11% from 217); Max value from RGB is 176 - color contains mainly: blue. Hex color #1811B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1811B0 is #E7EE4F. Grayscale: #242424. Windows color (decimal): -15199824 or 11538712. OLE color: 11538712.

HSL color Cylindrical-coordinate representation of color #1811B0: hue angle of 242.64º 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 #1811B0 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2417176-
CMYK0.860.9000.31
HSL242.64º82.38%37.84%-
HSV(B)242.64º90.34%69.02%-
XYZ8.413.7341.35-
YUV37.22206.32118.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 176 (69.14% from 255) = 81.11%
R=11.06%
G=7.83%
B=81.11%

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
Decimal24171760.860.9000.31242.6482.3837.84
Hex1811B0565A01Ff35226
Octal302126012613203736312246
Binary11000100011011000010101101011010011111111100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1811B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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