Html Css Color HEX #21209F Ultramarine

📋 copy color: '#21209F'

red 33 ◦ green 32 ◦ blue 159

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

Shades of Ultramarine #21209F

Tints of Ultramarine #21209F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 159 (62.5% from 255) = 70.98%

R = 14.73%
G = 14.29%
B = 70.98%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21209F (or 0x21209F) is known color: Ultramarine. HEX triplet: 21, 20 and 9F. RGB value is (33,32,159). Sum of RGB (Red+Green+Blue) = 33+32+159=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #21209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21209F is #DEDF60. Grayscale: #2E2E2E. Windows color (decimal): -14606177 or 10428449. OLE color: 10428449.

HSL color Cylindrical-coordinate representation of color #21209F: hue angle of 240.47º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21209F is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 32 159 -
CMYK 0.79 0.80 0 0.38
HSL 240.47º 0.66% 0.37% -
HSV(B) 240.47º 0.8% 0.62% -
XYZ 7.4 3.86 33.16 -
YUV 46.78 191.33 118.17 -
System Red Green Blue C M Y K H S L
Decimal 33 32 159 0.79 0.80 0 0.38 240.47 0.66 0.37
Hex 21 20 9F 4F 50 0 26 F0 42 25
Octal 41 40 237 117 120 0 46 360 102 45
Binary 100001 100000 10011111 1001111 1010000 0 100110 11110000 1000010 100101

Color Harmonies of #21209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21209F

Black with #21209F

Text Example


Text Example

White with #21209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21209F; }

 p { color: rgb(33,32,159); }

 H1.HeaderClassName
 {
   color: #21209F;
 }
 .AnyTagClassName
 {
   color: #21209F;
 }
</style>

background-color css

<style>
 a { background-color: #21209F; }

 a { background-color: rgb(33,32,159); }

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

border-color css

<style>
 span { border-color: #21209F; }

 span { border-color: rgb(33,32,159); }

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