Html Css Color HEX #210884 Ultramarine

📋 copy color: '#210884'

red 33 ◦ green 8 ◦ blue 132

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

Shades of Ultramarine #210884

Tints of Ultramarine #210884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 132 (51.95% from 255) = 76.3%

R = 19.08%
G = 4.62%
B = 76.3%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#210884 (or 0x210884) is known color: Ultramarine. HEX triplet: 21, 08 and 84. RGB value is (33,8,132). Sum of RGB (Red+Green+Blue) = 33+8+132=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #210884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210884 is #DEF77B. Grayscale: #1D1D1D. Windows color (decimal): -14612348 or 8652833. OLE color: 8652833.

HSL color Cylindrical-coordinate representation of color #210884: hue angle of 252.1º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210884 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 8 132 -
CMYK 0.75 0.94 0 0.48
HSL 252.1º 0.89% 0.27% -
HSV(B) 252.1º 0.94% 0.52% -
XYZ 4.88 2.16 21.99 -
YUV 29.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 33 8 132 0.75 0.94 0 0.48 252.1 0.89 0.27
Hex 21 8 84 4B 5E 0 30 FC 59 1B
Octal 41 10 204 113 136 0 60 374 131 33
Binary 100001 1000 10000100 1001011 1011110 0 110000 11111100 1011001 11011

Color Harmonies of #210884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210884

Black with #210884

Text Example


Text Example

White with #210884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210884; }

 p { color: rgb(33,8,132); }

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

background-color css

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

 a { background-color: rgb(33,8,132); }

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

border-color css

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

 span { border-color: rgb(33,8,132); }

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