Html Css Color HEX #211396 Ultramarine

📋 copy color: '#211396'

red 33 ◦ green 19 ◦ blue 150

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

Shades of Ultramarine #211396

Tints of Ultramarine #211396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 16.34%
G = 9.41%
B = 74.26%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211396 (or 0x211396) is known color: Ultramarine. HEX triplet: 21, 13 and 96. RGB value is (33,19,150). Sum of RGB (Red+Green+Blue) = 33+19+150=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #211396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211396 is #DEEC69. Grayscale: #252525. Windows color (decimal): -14609514 or 9835297. OLE color: 9835297.

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

Color convert

RGB 33 19 150 -
CMYK 0.78 0.87 0 0.41
HSL 246.41º 0.78% 0.33% -
HSV(B) 246.41º 0.87% 0.59% -
XYZ 6.37 2.99 29.1 -
YUV 38.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 33 19 150 0.78 0.87 0 0.41 246.41 0.78 0.33
Hex 21 13 96 4E 57 0 29 F6 4E 21
Octal 41 23 226 116 127 0 51 366 116 41
Binary 100001 10011 10010110 1001110 1010111 0 101001 11110110 1001110 100001

Color Harmonies of #211396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211396

Black with #211396

Text Example


Text Example

White with #211396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211396; }

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

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

background-color css

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

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

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

border-color css

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

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

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