Html Css Color HEX #21208B Ultramarine

📋 copy color: '#21208B'

red 33 ◦ green 32 ◦ blue 139

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

Shades of Ultramarine #21208B

Tints of Ultramarine #21208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 139 (54.69% from 255) = 68.14%

R = 16.18%
G = 15.69%
B = 68.14%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21208B (or 0x21208B) is known color: Ultramarine. HEX triplet: 21, 20 and 8B. RGB value is (33,32,139). Sum of RGB (Red+Green+Blue) = 33+32+139=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #21208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21208B is #DEDF74. Grayscale: #2C2C2C. Windows color (decimal): -14606197 or 9117729. OLE color: 9117729.

HSL color Cylindrical-coordinate representation of color #21208B: hue angle of 240.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21208B is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 32 139 -
CMYK 0.76 0.77 0 0.45
HSL 240.56º 0.63% 0.34% -
HSV(B) 240.56º 0.77% 0.55% -
XYZ 5.8 3.22 24.74 -
YUV 44.5 181.33 119.8 -
System Red Green Blue C M Y K H S L
Decimal 33 32 139 0.76 0.77 0 0.45 240.56 0.63 0.34
Hex 21 20 8B 4C 4D 0 2D F1 3F 22
Octal 41 40 213 114 115 0 55 361 77 42
Binary 100001 100000 10001011 1001100 1001101 0 101101 11110001 111111 100010

Color Harmonies of #21208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21208B

Black with #21208B

Text Example


Text Example

White with #21208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21208B; }

 p { color: rgb(33,32,139); }

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

background-color css

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

 a { background-color: rgb(33,32,139); }

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

border-color css

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

 span { border-color: rgb(33,32,139); }

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