Html Css Color HEX #212495 Ultramarine

📋 copy color: '#212495'

red 33 ◦ green 36 ◦ blue 149

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

Shades of Ultramarine #212495

Tints of Ultramarine #212495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 15.14%
G = 16.51%
B = 68.35%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#212495 (or 0x212495) is known color: Ultramarine. HEX triplet: 21, 24 and 95. RGB value is (33,36,149). Sum of RGB (Red+Green+Blue) = 33+36+149=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #212495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212495 is #DEDB6A. Grayscale: #2F2F2F. Windows color (decimal): -14605163 or 9774113. OLE color: 9774113.

HSL color Cylindrical-coordinate representation of color #212495: hue angle of 238.45º 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 #212495 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 36 149 -
CMYK 0.78 0.76 0 0.42
HSL 238.45º 0.64% 0.36% -
HSV(B) 238.45º 0.78% 0.58% -
XYZ 6.68 3.76 28.81 -
YUV 47.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 33 36 149 0.78 0.76 0 0.42 238.45 0.64 0.36
Hex 21 24 95 4E 4C 0 2A EE 40 24
Octal 41 44 225 116 114 0 52 356 100 44
Binary 100001 100100 10010101 1001110 1001100 0 101010 11101110 1000000 100100

Color Harmonies of #212495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212495

Black with #212495

Text Example


Text Example

White with #212495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212495; }

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

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

background-color css

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

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

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

border-color css

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

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

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