Html Css Color HEX #211CAB Ultramarine

📋 copy color: '#211CAB'

red 33 ◦ green 28 ◦ blue 171

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

Shades of Ultramarine #211CAB

Tints of Ultramarine #211CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.07%

 BLUE value IS 171 (67.19% from 255) = 73.71%

R = 14.22%
G = 12.07%
B = 73.71%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#211CAB (or 0x211CAB) is known color: Ultramarine. HEX triplet: 21, 1C and AB. RGB value is (33,28,171). Sum of RGB (Red+Green+Blue) = 33+28+171=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #211CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CAB is #DEE354. Grayscale: #2D2D2D. Windows color (decimal): -14607189 or 11213857. OLE color: 11213857.

HSL color Cylindrical-coordinate representation of color #211CAB: hue angle of 242.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211CAB is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 28 171 -
CMYK 0.81 0.84 0 0.33
HSL 242.1º 0.72% 0.39% -
HSV(B) 242.1º 0.84% 0.67% -
XYZ 8.39 4.09 38.88 -
YUV 45.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 33 28 171 0.81 0.84 0 0.33 242.1 0.72 0.39
Hex 21 1C AB 51 54 0 21 F2 48 27
Octal 41 34 253 121 124 0 41 362 110 47
Binary 100001 11100 10101011 1010001 1010100 0 100001 11110010 1001000 100111

Color Harmonies of #211CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CAB

Black with #211CAB

Text Example


Text Example

White with #211CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211CAB; }

 p { color: rgb(33,28,171); }

 H1.HeaderClassName
 {
   color: #211CAB;
 }
 .AnyTagClassName
 {
   color: #211CAB;
 }
</style>

background-color css

<style>
 a { background-color: #211CAB; }

 a { background-color: rgb(33,28,171); }

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

border-color css

<style>
 span { border-color: #211CAB; }

 span { border-color: rgb(33,28,171); }

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