Html Css Color HEX #211398 Ultramarine

📋 copy color: '#211398'

red 33 ◦ green 19 ◦ blue 152

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

Shades of Ultramarine #211398

Tints of Ultramarine #211398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.51%

R = 16.18%
G = 9.31%
B = 74.51%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#211398 (or 0x211398) is known color: Ultramarine. HEX triplet: 21, 13 and 98. RGB value is (33,19,152). Sum of RGB (Red+Green+Blue) = 33+19+152=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #211398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211398 is #DEEC67. Grayscale: #252525. Windows color (decimal): -14609512 or 9966369. OLE color: 9966369.

HSL color Cylindrical-coordinate representation of color #211398: hue angle of 246.32º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211398 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 19 152 -
CMYK 0.78 0.87 0 0.40
HSL 246.32º 0.78% 0.34% -
HSV(B) 246.32º 0.88% 0.6% -
XYZ 6.53 3.06 29.95 -
YUV 38.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 33 19 152 0.78 0.87 0 0.40 246.32 0.78 0.34
Hex 21 13 98 4E 57 0 28 F6 4E 22
Octal 41 23 230 116 127 0 50 366 116 42
Binary 100001 10011 10011000 1001110 1010111 0 101000 11110110 1001110 100010

Color Harmonies of #211398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211398

Black with #211398

Text Example


Text Example

White with #211398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211398; }

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

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

background-color css

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

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

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

border-color css

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

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

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