Html Css Color HEX #211298 Ultramarine

📋 copy color: '#211298'

red 33 ◦ green 18 ◦ blue 152

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

Shades of Ultramarine #211298

Tints of Ultramarine #211298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 16.26%
G = 8.87%
B = 74.88%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#211298 (or 0x211298) is known color: Ultramarine. HEX triplet: 21, 12 and 98. RGB value is (33,18,152). Sum of RGB (Red+Green+Blue) = 33+18+152=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #211298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211298 is #DEED67. Grayscale: #252525. Windows color (decimal): -14609768 or 9966113. OLE color: 9966113.

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

Color convert

RGB 33 18 152 -
CMYK 0.78 0.88 0 0.40
HSL 246.72º 0.79% 0.33% -
HSV(B) 246.72º 0.88% 0.6% -
XYZ 6.51 3.02 29.95 -
YUV 37.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 33 18 152 0.78 0.88 0 0.40 246.72 0.79 0.33
Hex 21 12 98 4E 58 0 28 F7 4F 21
Octal 41 22 230 116 130 0 50 367 117 41
Binary 100001 10010 10011000 1001110 1011000 0 101000 11110111 1001111 100001

Color Harmonies of #211298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211298

Black with #211298

Text Example


Text Example

White with #211298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211298; }

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

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

background-color css

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

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

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

border-color css

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

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

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