Html Css Color HEX #21189C Ultramarine

📋 copy color: '#21189C'

red 33 ◦ green 24 ◦ blue 156

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

Shades of Ultramarine #21189C

Tints of Ultramarine #21189C

RGB

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

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

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

R = 15.49%
G = 11.27%
B = 73.24%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21189C (or 0x21189C) is known color: Ultramarine. HEX triplet: 21, 18 and 9C. RGB value is (33,24,156). Sum of RGB (Red+Green+Blue) = 33+24+156=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 156 (61.33% from 255 or 73.24% from 213); Max value from RGB is 156 - color contains mainly: blue. Hex color #21189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21189C is #DEE763. Grayscale: #292929. Windows color (decimal): -14608228 or 10229793. OLE color: 10229793.

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

Color convert

RGB 33 24 156 -
CMYK 0.79 0.85 0 0.39
HSL 244.09º 0.73% 0.35% -
HSV(B) 244.09º 0.85% 0.61% -
XYZ 6.95 3.38 31.74 -
YUV 41.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 33 24 156 0.79 0.85 0 0.39 244.09 0.73 0.35
Hex 21 18 9C 4F 55 0 27 F4 49 23
Octal 41 30 234 117 125 0 47 364 111 43
Binary 100001 11000 10011100 1001111 1010101 0 100111 11110100 1001001 100011

Color Harmonies of #21189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21189C

Black with #21189C

Text Example


Text Example

White with #21189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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