Html Css Color HEX #21018A Ultramarine

📋 copy color: '#21018A'

red 33 ◦ green 1 ◦ blue 138

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

Shades of Ultramarine #21018A

Tints of Ultramarine #21018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.23%

R = 19.19%
G = 0.58%
B = 80.23%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#21018A (or 0x21018A) is known color: Ultramarine. HEX triplet: 21, 01 and 8A. RGB value is (33,1,138). Sum of RGB (Red+Green+Blue) = 33+1+138=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #21018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21018A is #DEFE75. Grayscale: #191919. Windows color (decimal): -14614134 or 9044257. OLE color: 9044257.

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

Color convert

RGB 33 1 138 -
CMYK 0.76 0.99 0 0.46
HSL 254.01º 0.99% 0.27% -
HSV(B) 254.01º 0.99% 0.54% -
XYZ 5.23 2.18 24.19 -
YUV 26.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 33 1 138 0.76 0.99 0 0.46 254.01 0.99 0.27
Hex 21 1 8A 4C 63 0 2E FE 63 1B
Octal 41 1 212 114 143 0 56 376 143 33
Binary 100001 1 10001010 1001100 1100011 0 101110 11111110 1100011 11011

Color Harmonies of #21018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21018A

Black with #21018A

Text Example


Text Example

White with #21018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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