Html Css Color HEX #211BA5 Ultramarine

📋 copy color: '#211BA5'

red 33 ◦ green 27 ◦ blue 165

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

Shades of Ultramarine #211BA5

Tints of Ultramarine #211BA5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

 BLUE value IS 165 (64.84% from 255) = 73.33%

R = 14.67%
G = 12%
B = 73.33%

CMYK

 C value IS 0.8

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#211BA5 (or 0x211BA5) is known color: Ultramarine. HEX triplet: 21, 1B and A5. RGB value is (33,27,165). Sum of RGB (Red+Green+Blue) = 33+27+165=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 165 (64.84% from 255 or 73.33% from 225); Max value from RGB is 165 - color contains mainly: blue. Hex color #211BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211BA5 is #DEE45A. Grayscale: #2B2B2B. Windows color (decimal): -14607451 or 10820385. OLE color: 10820385.

HSL color Cylindrical-coordinate representation of color #211BA5: hue angle of 242.61º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211BA5 is Cyan = 0.8, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 27 165 -
CMYK 0.8 0.84 0 0.35
HSL 242.61º 0.72% 0.38% -
HSV(B) 242.61º 0.84% 0.65% -
XYZ 7.81 3.82 35.92 -
YUV 44.53 195.99 119.78 -
System Red Green Blue C M Y K H S L
Decimal 33 27 165 0.8 0.84 0 0.35 242.61 0.72 0.38
Hex 21 1B A5 50 54 0 23 F3 48 26
Octal 41 33 245 120 124 0 43 363 110 46
Binary 100001 11011 10100101 1010000 1010100 0 100011 11110011 1001000 100110

Color Harmonies of #211BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BA5

Black with #211BA5

Text Example


Text Example

White with #211BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,27,165); }

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

background-color css

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

 a { background-color: rgb(33,27,165); }

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

border-color css

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

 span { border-color: rgb(33,27,165); }

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