Html Css Color HEX #210087 Ultramarine

📋 copy color: '#210087'

red 33 ◦ green 0 ◦ blue 135

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

Shades of Ultramarine #210087

Tints of Ultramarine #210087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 19.64%
G = 0%
B = 80.36%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#210087 (or 0x210087) is known color: Ultramarine. HEX triplet: 21, 00 and 87. RGB value is (33,0,135). Sum of RGB (Red+Green+Blue) = 33+0+135=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #210087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210087 is #DEFF78. Grayscale: #181818. Windows color (decimal): -14614393 or 8847393. OLE color: 8847393.

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

Color convert

RGB 33 0 135 -
CMYK 0.76 1 0 0.47
HSL 254.67º 1% 0.26% -
HSV(B) 254.67º 1% 0.53% -
XYZ 5 2.07 23.06 -
YUV 25.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 33 0 135 0.76 1 0 0.47 254.67 1 0.26
Hex 21 0 87 4C 64 0 2F FF 64 1A
Octal 41 0 207 114 144 0 57 377 144 32
Binary 100001 0 10000111 1001100 1100100 0 101111 11111111 1100100 11010

Color Harmonies of #210087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210087

Black with #210087

Text Example


Text Example

White with #210087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210087; }

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

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

background-color css

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

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

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

border-color css

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

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

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