Html Css Color HEX #210089 Ultramarine

📋 copy color: '#210089'

red 33 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #210089

Tints of Ultramarine #210089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 137 (53.91% from 255) = 80.59%

R = 19.41%
G = 0%
B = 80.59%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#210089 (or 0x210089) is known color: Ultramarine. HEX triplet: 21, 00 and 89. RGB value is (33,0,137). Sum of RGB (Red+Green+Blue) = 33+0+137=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #210089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210089 is #DEFF76. Grayscale: #181818. Windows color (decimal): -14614391 or 8978465. OLE color: 8978465.

HSL color Cylindrical-coordinate representation of color #210089: hue angle of 254.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210089 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 0 137 -
CMYK 0.76 1 0 0.46
HSL 254.45º 1% 0.27% -
HSV(B) 254.45º 1% 0.54% -
XYZ 5.14 2.13 23.81 -
YUV 25.49 190.93 133.36 -
System Red Green Blue C M Y K H S L
Decimal 33 0 137 0.76 1 0 0.46 254.45 1 0.27
Hex 21 0 89 4C 64 0 2E FE 64 1B
Octal 41 0 211 114 144 0 56 376 144 33
Binary 100001 0 10001001 1001100 1100100 0 101110 11111110 1100100 11011

Color Harmonies of #210089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210089

Black with #210089

Text Example


Text Example

White with #210089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210089; }

 p { color: rgb(33,0,137); }

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

background-color css

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

 a { background-color: rgb(33,0,137); }

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

border-color css

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

 span { border-color: rgb(33,0,137); }

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