Html Css Color HEX #21019E Ultramarine

📋 copy color: '#21019E'

red 33 ◦ green 1 ◦ blue 158

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

Shades of Ultramarine #21019E

Tints of Ultramarine #21019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 82.29%

R = 17.19%
G = 0.52%
B = 82.29%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21019E (or 0x21019E) is known color: Ultramarine. HEX triplet: 21, 01 and 9E. RGB value is (33,1,158). Sum of RGB (Red+Green+Blue) = 33+1+158=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 158 (62.11% from 255 or 82.29% from 192); Max value from RGB is 158 - color contains mainly: blue. Hex color #21019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21019E is #DEFE61. Grayscale: #1B1B1B. Windows color (decimal): -14614114 or 10354977. OLE color: 10354977.

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

Color convert

RGB 33 1 158 -
CMYK 0.79 0.99 0 0.38
HSL 252.23º 0.99% 0.31% -
HSV(B) 252.23º 0.99% 0.62% -
XYZ 6.81 2.81 32.53 -
YUV 28.47 201.1 131.23 -
System Red Green Blue C M Y K H S L
Decimal 33 1 158 0.79 0.99 0 0.38 252.23 0.99 0.31
Hex 21 1 9E 4F 63 0 26 FC 63 1F
Octal 41 1 236 117 143 0 46 374 143 37
Binary 100001 1 10011110 1001111 1100011 0 100110 11111100 1100011 11111

Color Harmonies of #21019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21019E

Black with #21019E

Text Example


Text Example

White with #21019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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