Html Css Color HEX #211B95 Ultramarine

📋 copy color: '#211B95'

red 33 ◦ green 27 ◦ blue 149

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

Shades of Ultramarine #211B95

Tints of Ultramarine #211B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.29%

R = 15.79%
G = 12.92%
B = 71.29%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211B95 (or 0x211B95) is known color: Ultramarine. HEX triplet: 21, 1B and 95. RGB value is (33,27,149). Sum of RGB (Red+Green+Blue) = 33+27+149=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #211B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B95 is #DEE46A. Grayscale: #2A2A2A. Windows color (decimal): -14607467 or 9771809. OLE color: 9771809.

HSL color Cylindrical-coordinate representation of color #211B95: hue angle of 242.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211B95 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 27 149 -
CMYK 0.78 0.82 0 0.42
HSL 242.95º 0.69% 0.35% -
HSV(B) 242.95º 0.82% 0.58% -
XYZ 6.44 3.28 28.73 -
YUV 42.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 33 27 149 0.78 0.82 0 0.42 242.95 0.69 0.35
Hex 21 1B 95 4E 52 0 2A F3 45 23
Octal 41 33 225 116 122 0 52 363 105 43
Binary 100001 11011 10010101 1001110 1010010 0 101010 11110011 1000101 100011

Color Harmonies of #211B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B95

Black with #211B95

Text Example


Text Example

White with #211B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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