Html Css Color HEX #211AAF Ultramarine

📋 copy color: '#211AAF'

red 33 ◦ green 26 ◦ blue 175

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

Shades of Ultramarine #211AAF

Tints of Ultramarine #211AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 175 (68.75% from 255) = 74.79%

R = 14.1%
G = 11.11%
B = 74.79%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#211AAF (or 0x211AAF) is known color: Ultramarine. HEX triplet: 21, 1A and AF. RGB value is (33,26,175). Sum of RGB (Red+Green+Blue) = 33+26+175=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #211AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211AAF is #DEE550. Grayscale: #2C2C2C. Windows color (decimal): -14607697 or 11475489. OLE color: 11475489.

HSL color Cylindrical-coordinate representation of color #211AAF: hue angle of 242.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211AAF is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 26 175 -
CMYK 0.81 0.85 0 0.31
HSL 242.82º 0.74% 0.39% -
HSV(B) 242.82º 0.85% 0.69% -
XYZ 8.73 4.16 40.9 -
YUV 45.08 201.32 119.38 -
System Red Green Blue C M Y K H S L
Decimal 33 26 175 0.81 0.85 0 0.31 242.82 0.74 0.39
Hex 21 1A AF 51 55 0 1F F3 4A 27
Octal 41 32 257 121 125 0 37 363 112 47
Binary 100001 11010 10101111 1010001 1010101 0 11111 11110011 1001010 100111

Color Harmonies of #211AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AAF

Black with #211AAF

Text Example


Text Example

White with #211AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,26,175); }

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

background-color css

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

 a { background-color: rgb(33,26,175); }

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

border-color css

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

 span { border-color: rgb(33,26,175); }

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