Html Css Color HEX #212195 Ultramarine

📋 copy color: '#212195'

red 33 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #212195

Tints of Ultramarine #212195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 149 (58.59% from 255) = 69.3%

R = 15.35%
G = 15.35%
B = 69.3%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212195 (or 0x212195) is known color: Ultramarine. HEX triplet: 21, 21 and 95. RGB value is (33,33,149). Sum of RGB (Red+Green+Blue) = 33+33+149=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #212195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212195 is #DEDE6A. Grayscale: #2D2D2D. Windows color (decimal): -14605931 or 9773345. OLE color: 9773345.

HSL color Cylindrical-coordinate representation of color #212195: hue angle of 240º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212195 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 33 149 -
CMYK 0.78 0.78 0 0.42
HSL 240º 0.64% 0.36% -
HSV(B) 240º 0.78% 0.58% -
XYZ 6.6 3.58 28.78 -
YUV 46.22 186 118.57 -
System Red Green Blue C M Y K H S L
Decimal 33 33 149 0.78 0.78 0 0.42 240 0.64 0.36
Hex 21 21 95 4E 4E 0 2A F0 40 24
Octal 41 41 225 116 116 0 52 360 100 44
Binary 100001 100001 10010101 1001110 1001110 0 101010 11110000 1000000 100100

Color Harmonies of #212195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212195

Black with #212195

Text Example


Text Example

White with #212195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212195; }

 p { color: rgb(33,33,149); }

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

background-color css

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

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

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

border-color css

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

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

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