Html Css Color HEX #21019C Ultramarine

📋 copy color: '#21019C'

red 33 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #21019C

Tints of Ultramarine #21019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.11%

R = 17.37%
G = 0.53%
B = 82.11%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21019C (or 0x21019C) is known color: Ultramarine. HEX triplet: 21, 01 and 9C. RGB value is (33,1,156). Sum of RGB (Red+Green+Blue) = 33+1+156=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #21019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21019C is #DEFE63. Grayscale: #1B1B1B. Windows color (decimal): -14614116 or 10223905. OLE color: 10223905.

HSL color Cylindrical-coordinate representation of color #21019C: hue angle of 252.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21019C is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 1 156 -
CMYK 0.79 0.99 0 0.39
HSL 252.39º 0.99% 0.31% -
HSV(B) 252.39º 0.99% 0.61% -
XYZ 6.64 2.75 31.63 -
YUV 28.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 33 1 156 0.79 0.99 0 0.39 252.39 0.99 0.31
Hex 21 1 9C 4F 63 0 27 FC 63 1F
Octal 41 1 234 117 143 0 47 374 143 37
Binary 100001 1 10011100 1001111 1100011 0 100111 11111100 1100011 11111

Color Harmonies of #21019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21019C

Black with #21019C

Text Example


Text Example

White with #21019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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