Html Css Color HEX #21189D Ultramarine

📋 copy color: '#21189D'

red 33 ◦ green 24 ◦ blue 157

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

Shades of Ultramarine #21189D

Tints of Ultramarine #21189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 15.42%
G = 11.21%
B = 73.36%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21189D (or 0x21189D) is known color: Ultramarine. HEX triplet: 21, 18 and 9D. RGB value is (33,24,157). Sum of RGB (Red+Green+Blue) = 33+24+157=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #21189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21189D is #DEE762. Grayscale: #292929. Windows color (decimal): -14608227 or 10295329. OLE color: 10295329.

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

Color convert

RGB 33 24 157 -
CMYK 0.79 0.85 0 0.38
HSL 244.06º 0.73% 0.35% -
HSV(B) 244.06º 0.85% 0.62% -
XYZ 7.04 3.41 32.19 -
YUV 41.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 33 24 157 0.79 0.85 0 0.38 244.06 0.73 0.35
Hex 21 18 9D 4F 55 0 26 F4 49 23
Octal 41 30 235 117 125 0 46 364 111 43
Binary 100001 11000 10011101 1001111 1010101 0 100110 11110100 1001001 100011

Color Harmonies of #21189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21189D

Black with #21189D

Text Example


Text Example

White with #21189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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