Html Css Color HEX #21018E Ultramarine

📋 copy color: '#21018E'

red 33 ◦ green 1 ◦ blue 142

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

Shades of Ultramarine #21018E

Tints of Ultramarine #21018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 142 (55.86% from 255) = 80.68%

R = 18.75%
G = 0.57%
B = 80.68%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21018E (or 0x21018E) is known color: Ultramarine. HEX triplet: 21, 01 and 8E. RGB value is (33,1,142). Sum of RGB (Red+Green+Blue) = 33+1+142=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #21018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21018E is #DEFE71. Grayscale: #1A1A1A. Windows color (decimal): -14614130 or 9306401. OLE color: 9306401.

HSL color Cylindrical-coordinate representation of color #21018E: hue angle of 253.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21018E is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 1 142 -
CMYK 0.77 0.99 0 0.44
HSL 253.62º 0.99% 0.28% -
HSV(B) 253.62º 0.99% 0.56% -
XYZ 5.52 2.3 25.74 -
YUV 26.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 33 1 142 0.77 0.99 0 0.44 253.62 0.99 0.28
Hex 21 1 8E 4D 63 0 2C FE 63 1C
Octal 41 1 216 115 143 0 54 376 143 34
Binary 100001 1 10001110 1001101 1100011 0 101100 11111110 1100011 11100

Color Harmonies of #21018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21018E

Black with #21018E

Text Example


Text Example

White with #21018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21018E; }

 p { color: rgb(33,1,142); }

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

background-color css

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

 a { background-color: rgb(33,1,142); }

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

border-color css

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

 span { border-color: rgb(33,1,142); }

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