Html Css Color HEX #2111B1 Ultramarine

📋 copy color: '#2111B1'

red 33 ◦ green 17 ◦ blue 177

#2111B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #2111B1

Tints of Ultramarine #2111B1

RGB

 RED value IS 33 (13.28% from 255) = 14.54%

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 177 (69.53% from 255) = 77.97%

R = 14.54%
G = 7.49%
B = 77.97%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2111B1 (or 0x2111B1) is known color: Ultramarine. HEX triplet: 21, 11 and B1. RGB value is (33,17,177). Sum of RGB (Red+Green+Blue) = 33+17+177=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #2111B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2111B1 is #DEEE4E. Grayscale: #272727. Windows color (decimal): -14609999 or 11604257. OLE color: 11604257.

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

Color convert

RGB 33 17 177 -
CMYK 0.81 0.90 0 0.31
HSL 246º 0.82% 0.38% -
HSV(B) 246º 0.9% 0.69% -
XYZ 8.76 3.9 41.89 -
YUV 40.02 205.3 122.99 -
System Red Green Blue C M Y K H S L
Decimal 33 17 177 0.81 0.90 0 0.31 246 0.82 0.38
Hex 21 11 B1 51 5A 0 1F F6 52 26
Octal 41 21 261 121 132 0 37 366 122 46
Binary 100001 10001 10110001 1010001 1011010 0 11111 11110110 1010010 100110

Color Harmonies of #2111B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2111B1

Black with #2111B1

Text Example


Text Example

White with #2111B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2111B1;
 }
 .AnyTagClassName
 {
   color: #2111B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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