Html Css Color HEX #21018F Ultramarine

📋 copy color: '#21018F'

red 33 ◦ green 1 ◦ blue 143

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

Shades of Ultramarine #21018F

Tints of Ultramarine #21018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 80.79%

R = 18.64%
G = 0.56%
B = 80.79%

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

#21018F (or 0x21018F) is known color: Ultramarine. HEX triplet: 21, 01 and 8F. RGB value is (33,1,143). Sum of RGB (Red+Green+Blue) = 33+1+143=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #21018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21018F is #DEFE70. Grayscale: #1A1A1A. Windows color (decimal): -14614129 or 9371937. OLE color: 9371937.

HSL color Cylindrical-coordinate representation of color #21018F: hue angle of 253.52º 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 #21018F is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 1 143 -
CMYK 0.77 0.99 0 0.44
HSL 253.52º 0.99% 0.28% -
HSV(B) 253.52º 0.99% 0.56% -
XYZ 5.6 2.33 26.14 -
YUV 26.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 33 1 143 0.77 0.99 0 0.44 253.52 0.99 0.28
Hex 21 1 8F 4D 63 0 2C FE 63 1C
Octal 41 1 217 115 143 0 54 376 143 34
Binary 100001 1 10001111 1001101 1100011 0 101100 11111110 1100011 11100

Color Harmonies of #21018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21018F

Black with #21018F

Text Example


Text Example

White with #21018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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