#2110B6

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

Shades of Ultramarine #2110B6

Tints of Ultramarine #2110B6

Color information

#2110B6 (or 0x2110B6) is unknown color: approx Ultramarine. HEX triplet: 21, 10 and B6. RGB value is (33,16,182). Sum of RGB (Red+Green+Blue) = 33+16+182=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 182 (71.48% from 255 or 78.79% from 231); Max value from RGB is 182 - color contains mainly: blue. Hex color #2110B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110B6 is #DEEF49. Grayscale: #272727. Windows color (decimal): -14610250 or 11931681. OLE color: 11931681.

HSL color Cylindrical-coordinate representation of color #2110B6: hue angle of 246.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2110B6 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3316182-
CMYK0.820.9100.29
HSL246.14º83.84%38.82%-
HSV(B)246.14º91.21%71.37%-
XYZ9.264.0744.55-
YUV40.01208.13123-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 182 (71.48% from 255) = 78.79%
R=14.29%
G=6.93%
B=78.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33161820.820.9100.29246.1483.8438.82
Hex2110B6525B01Df65427
Octal412026612213303536612447
Binary100001100001011011010100101011011011101111101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2110B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2110B6; }

 p { color: rgb(33,16,182); }

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

<style>
 a { background-color: #2110B6; }

 a { background-color: rgb(33,16,182); }

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

<style>
 span { border-color: #2110B6; }

 span { border-color: rgb(33,16,182); }

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