Html Css Color HEX #211182 Ultramarine

📋 copy color: '#211182'

red 33 ◦ green 17 ◦ blue 130

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

Shades of Ultramarine #211182

Tints of Ultramarine #211182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 130 (51.17% from 255) = 72.22%

R = 18.33%
G = 9.44%
B = 72.22%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#211182 (or 0x211182) is known color: Ultramarine. HEX triplet: 21, 11 and 82. RGB value is (33,17,130). Sum of RGB (Red+Green+Blue) = 33+17+130=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #211182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211182 is #DEEE7D. Grayscale: #222222. Windows color (decimal): -14610046 or 8524065. OLE color: 8524065.

HSL color Cylindrical-coordinate representation of color #211182: hue angle of 248.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211182 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 17 130 -
CMYK 0.75 0.87 0 0.49
HSL 248.5º 0.77% 0.29% -
HSV(B) 248.5º 0.87% 0.51% -
XYZ 4.86 2.34 21.31 -
YUV 34.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 33 17 130 0.75 0.87 0 0.49 248.5 0.77 0.29
Hex 21 11 82 4B 57 0 31 F8 4D 1D
Octal 41 21 202 113 127 0 61 370 115 35
Binary 100001 10001 10000010 1001011 1010111 0 110001 11111000 1001101 11101

Color Harmonies of #211182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211182

Black with #211182

Text Example


Text Example

White with #211182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211182; }

 p { color: rgb(33,17,130); }

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

background-color css

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

 a { background-color: rgb(33,17,130); }

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

border-color css

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

 span { border-color: rgb(33,17,130); }

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