#2106B4

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

Shades of Ultramarine #2106B4

Tints of Ultramarine #2106B4

Color information

#2106B4 (or 0x2106B4) is unknown color: approx Ultramarine. HEX triplet: 21, 06 and B4. RGB value is (33,6,180). Sum of RGB (Red+Green+Blue) = 33+6+180=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 180 (70.70% from 255 or 82.19% from 219); Max value from RGB is 180 - color contains mainly: blue. Hex color #2106B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2106B4 is #DEF94B. Grayscale: #212121. Windows color (decimal): -14612812 or 11798049. OLE color: 11798049.

HSL color Cylindrical-coordinate representation of color #2106B4: hue angle of 249.31º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2106B4 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB336180-
CMYK0.820.9700.29
HSL249.31º93.55%36.47%-
HSV(B)249.31º96.67%70.59%-
XYZ8.933.7543.43-
YUV33.91210.45127.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 180 (70.70% from 255) = 82.19%
R=15.07%
G=2.74%
B=82.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3361800.820.9700.29249.3193.5536.47
Hex216B4526101Df95e24
Octal41626412214103537113644
Binary1000011101011010010100101100001011101111110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2106B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2106B4; }

 p { color: rgb(33,6,180); }

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

<style>
 a { background-color: #2106B4; }

 a { background-color: rgb(33,6,180); }

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

<style>
 span { border-color: #2106B4; }

 span { border-color: rgb(33,6,180); }

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