Html Css Color HEX #211CAA Ultramarine

📋 copy color: '#211CAA'

red 33 ◦ green 28 ◦ blue 170

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

Shades of Ultramarine #211CAA

Tints of Ultramarine #211CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 73.59%

R = 14.29%
G = 12.12%
B = 73.59%

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

#211CAA (or 0x211CAA) is known color: Ultramarine. HEX triplet: 21, 1C and AA. RGB value is (33,28,170). Sum of RGB (Red+Green+Blue) = 33+28+170=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #211CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CAA is #DEE355. Grayscale: #2D2D2D. Windows color (decimal): -14607190 or 11148321. OLE color: 11148321.

HSL color Cylindrical-coordinate representation of color #211CAA: hue angle of 242.11º 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 #211CAA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 28 170 -
CMYK 0.81 0.84 0 0.33
HSL 242.11º 0.72% 0.39% -
HSV(B) 242.11º 0.84% 0.67% -
XYZ 8.3 4.06 38.38 -
YUV 45.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 33 28 170 0.81 0.84 0 0.33 242.11 0.72 0.39
Hex 21 1C AA 51 54 0 21 F2 48 27
Octal 41 34 252 121 124 0 41 362 110 47
Binary 100001 11100 10101010 1010001 1010100 0 100001 11110010 1001000 100111

Color Harmonies of #211CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CAA

Black with #211CAA

Text Example


Text Example

White with #211CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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