Html Css Color HEX #21199D Ultramarine

📋 copy color: '#21199D'

red 33 ◦ green 25 ◦ blue 157

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

Shades of Ultramarine #21199D

Tints of Ultramarine #21199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 157 (61.72% from 255) = 73.02%

R = 15.35%
G = 11.63%
B = 73.02%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21199D (or 0x21199D) is known color: Ultramarine. HEX triplet: 21, 19 and 9D. RGB value is (33,25,157). Sum of RGB (Red+Green+Blue) = 33+25+157=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #21199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21199D is #DEE662. Grayscale: #292929. Windows color (decimal): -14607971 or 10295585. OLE color: 10295585.

HSL color Cylindrical-coordinate representation of color #21199D: hue angle of 243.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21199D is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 25 157 -
CMYK 0.79 0.84 0 0.38
HSL 243.64º 0.73% 0.36% -
HSV(B) 243.64º 0.84% 0.62% -
XYZ 7.06 3.45 32.19 -
YUV 42.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 33 25 157 0.79 0.84 0 0.38 243.64 0.73 0.36
Hex 21 19 9D 4F 54 0 26 F4 49 24
Octal 41 31 235 117 124 0 46 364 111 44
Binary 100001 11001 10011101 1001111 1010100 0 100110 11110100 1001001 100100

Color Harmonies of #21199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21199D

Black with #21199D

Text Example


Text Example

White with #21199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21199D; }

 p { color: rgb(33,25,157); }

 H1.HeaderClassName
 {
   color: #21199D;
 }
 .AnyTagClassName
 {
   color: #21199D;
 }
</style>

background-color css

<style>
 a { background-color: #21199D; }

 a { background-color: rgb(33,25,157); }

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

border-color css

<style>
 span { border-color: #21199D; }

 span { border-color: rgb(33,25,157); }

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