Html Css Color HEX #210996 Ultramarine

📋 copy color: '#210996'

red 33 ◦ green 9 ◦ blue 150

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

Shades of Ultramarine #210996

Tints of Ultramarine #210996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 150 (58.98% from 255) = 78.13%

R = 17.19%
G = 4.69%
B = 78.13%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210996 (or 0x210996) is known color: Ultramarine. HEX triplet: 21, 09 and 96. RGB value is (33,9,150). Sum of RGB (Red+Green+Blue) = 33+9+150=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #210996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210996 is #DEF669. Grayscale: #1F1F1F. Windows color (decimal): -14612074 or 9832737. OLE color: 9832737.

HSL color Cylindrical-coordinate representation of color #210996: hue angle of 250.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210996 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 9 150 -
CMYK 0.78 0.94 0 0.41
HSL 250.21º 0.89% 0.31% -
HSV(B) 250.21º 0.94% 0.59% -
XYZ 6.23 2.72 29.05 -
YUV 32.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 33 9 150 0.78 0.94 0 0.41 250.21 0.89 0.31
Hex 21 9 96 4E 5E 0 29 FA 59 1F
Octal 41 11 226 116 136 0 51 372 131 37
Binary 100001 1001 10010110 1001110 1011110 0 101001 11111010 1011001 11111

Color Harmonies of #210996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210996

Black with #210996

Text Example


Text Example

White with #210996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210996; }

 p { color: rgb(33,9,150); }

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

background-color css

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

 a { background-color: rgb(33,9,150); }

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

border-color css

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

 span { border-color: rgb(33,9,150); }

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