#1B11A6

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

Shades of Ultramarine #1B11A6

Tints of Ultramarine #1B11A6

Color information

#1B11A6 (or 0x1B11A6) is unknown color: approx Ultramarine. HEX triplet: 1B, 11 and A6. RGB value is (27,17,166). Sum of RGB (Red+Green+Blue) = 27+17+166=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #1B11A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B11A6 is #E4EE59. Grayscale: #242424. Windows color (decimal): -15003226 or 10883355. OLE color: 10883355.

HSL color Cylindrical-coordinate representation of color #1B11A6: hue angle of 244.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B11A6 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2717166-
CMYK0.840.9000.35
HSL244.03º81.42%35.88%-
HSV(B)244.03º89.76%65.1%-
XYZ7.543.3936.33-
YUV36.98200.81120.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 166 (65.23% from 255) = 79.05%
R=12.86%
G=8.10%
B=79.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27171660.840.9000.35244.0381.4235.88
Hex1B11A6545A023f45124
Octal332124612413204336412144
Binary110111000110100110101010010110100100011111101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B11A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B11A6; }

 p { color: rgb(27,17,166); }

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

<style>
 a { background-color: #1B11A6; }

 a { background-color: rgb(27,17,166); }

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

<style>
 span { border-color: #1B11A6; }

 span { border-color: rgb(27,17,166); }

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