Html Css Color HEX #211282 Ultramarine

📋 copy color: '#211282'

red 33 ◦ green 18 ◦ blue 130

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

Shades of Ultramarine #211282

Tints of Ultramarine #211282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 18.23%
G = 9.94%
B = 71.82%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#211282 (or 0x211282) is known color: Ultramarine. HEX triplet: 21, 12 and 82. RGB value is (33,18,130). Sum of RGB (Red+Green+Blue) = 33+18+130=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #211282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211282 is #DEED7D. Grayscale: #222222. Windows color (decimal): -14609790 or 8524321. OLE color: 8524321.

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

Color convert

RGB 33 18 130 -
CMYK 0.75 0.86 0 0.49
HSL 248.04º 0.76% 0.29% -
HSV(B) 248.04º 0.86% 0.51% -
XYZ 4.87 2.37 21.32 -
YUV 35.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 33 18 130 0.75 0.86 0 0.49 248.04 0.76 0.29
Hex 21 12 82 4B 56 0 31 F8 4C 1D
Octal 41 22 202 113 126 0 61 370 114 35
Binary 100001 10010 10000010 1001011 1010110 0 110001 11111000 1001100 11101

Color Harmonies of #211282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211282

Black with #211282

Text Example


Text Example

White with #211282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211282; }

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

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

background-color css

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

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

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

border-color css

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

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

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