Html Css Color HEX #212496 Ultramarine

📋 copy color: '#212496'

red 33 ◦ green 36 ◦ blue 150

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

Shades of Ultramarine #212496

Tints of Ultramarine #212496

RGB

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

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

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

R = 15.07%
G = 16.44%
B = 68.49%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212496 (or 0x212496) is known color: Ultramarine. HEX triplet: 21, 24 and 96. RGB value is (33,36,150). Sum of RGB (Red+Green+Blue) = 33+36+150=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #212496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212496 is #DEDB69. Grayscale: #2F2F2F. Windows color (decimal): -14605162 or 9839649. OLE color: 9839649.

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

Color convert

RGB 33 36 150 -
CMYK 0.78 0.76 0 0.41
HSL 238.46º 0.64% 0.36% -
HSV(B) 238.46º 0.78% 0.59% -
XYZ 6.76 3.79 29.23 -
YUV 48.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 33 36 150 0.78 0.76 0 0.41 238.46 0.64 0.36
Hex 21 24 96 4E 4C 0 29 EE 40 24
Octal 41 44 226 116 114 0 51 356 100 44
Binary 100001 100100 10010110 1001110 1001100 0 101001 11101110 1000000 100100

Color Harmonies of #212496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212496

Black with #212496

Text Example


Text Example

White with #212496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212496; }

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

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

background-color css

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

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

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

border-color css

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

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

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