Html Css Color HEX #211A88 Ultramarine

📋 copy color: '#211A88'

red 33 ◦ green 26 ◦ blue 136

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

Shades of Ultramarine #211A88

Tints of Ultramarine #211A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 69.74%

R = 16.92%
G = 13.33%
B = 69.74%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#211A88 (or 0x211A88) is known color: Ultramarine. HEX triplet: 21, 1A and 88. RGB value is (33,26,136). Sum of RGB (Red+Green+Blue) = 33+26+136=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 136 (53.52% from 255 or 69.74% from 195); Max value from RGB is 136 - color contains mainly: blue. Hex color #211A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A88 is #DEE577. Grayscale: #282828. Windows color (decimal): -14607736 or 8919585. OLE color: 8919585.

HSL color Cylindrical-coordinate representation of color #211A88: hue angle of 243.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211A88 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 26 136 -
CMYK 0.76 0.81 0 0.47
HSL 243.82º 0.68% 0.32% -
HSV(B) 243.82º 0.81% 0.53% -
XYZ 5.44 2.84 23.55 -
YUV 40.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 33 26 136 0.76 0.81 0 0.47 243.82 0.68 0.32
Hex 21 1A 88 4C 51 0 2F F4 44 20
Octal 41 32 210 114 121 0 57 364 104 40
Binary 100001 11010 10001000 1001100 1010001 0 101111 11110100 1000100 100000

Color Harmonies of #211A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A88

Black with #211A88

Text Example


Text Example

White with #211A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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