Html Css Color HEX #211183 Ultramarine

📋 copy color: '#211183'

red 33 ◦ green 17 ◦ blue 131

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

Shades of Ultramarine #211183

Tints of Ultramarine #211183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 72.38%

R = 18.23%
G = 9.39%
B = 72.38%

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

#211183 (or 0x211183) is known color: Ultramarine. HEX triplet: 21, 11 and 83. RGB value is (33,17,131). Sum of RGB (Red+Green+Blue) = 33+17+131=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #211183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211183 is #DEEE7C. Grayscale: #222222. Windows color (decimal): -14610045 or 8589601. OLE color: 8589601.

HSL color Cylindrical-coordinate representation of color #211183: hue angle of 248.42º 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 #211183 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 17 131 -
CMYK 0.75 0.87 0 0.49
HSL 248.42º 0.77% 0.29% -
HSV(B) 248.42º 0.87% 0.51% -
XYZ 4.92 2.36 21.67 -
YUV 34.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 33 17 131 0.75 0.87 0 0.49 248.42 0.77 0.29
Hex 21 11 83 4B 57 0 31 F8 4D 1D
Octal 41 21 203 113 127 0 61 370 115 35
Binary 100001 10001 10000011 1001011 1010111 0 110001 11111000 1001101 11101

Color Harmonies of #211183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211183

Black with #211183

Text Example


Text Example

White with #211183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211183; }

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

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

background-color css

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

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

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

border-color css

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

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

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