Html Css Color HEX #21229D Ultramarine

📋 copy color: '#21229D'

red 33 ◦ green 34 ◦ blue 157

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

Shades of Ultramarine #21229D

Tints of Ultramarine #21229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 14.73%
G = 15.18%
B = 70.09%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21229D (or 0x21229D) is known color: Ultramarine. HEX triplet: 21, 22 and 9D. RGB value is (33,34,157). Sum of RGB (Red+Green+Blue) = 33+34+157=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #21229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21229D is #DEDD62. Grayscale: #2F2F2F. Windows color (decimal): -14605667 or 10297889. OLE color: 10297889.

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

Color convert

RGB 33 34 157 -
CMYK 0.79 0.78 0 0.38
HSL 239.52º 0.65% 0.37% -
HSV(B) 239.52º 0.79% 0.62% -
XYZ 7.29 3.9 32.27 -
YUV 47.72 189.67 117.5 -
System Red Green Blue C M Y K H S L
Decimal 33 34 157 0.79 0.78 0 0.38 239.52 0.65 0.37
Hex 21 22 9D 4F 4E 0 26 F0 41 25
Octal 41 42 235 117 116 0 46 360 101 45
Binary 100001 100010 10011101 1001111 1001110 0 100110 11110000 1000001 100101

Color Harmonies of #21229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21229D

Black with #21229D

Text Example


Text Example

White with #21229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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