Html Css Color HEX #212596 Ultramarine

📋 copy color: '#212596'

red 33 ◦ green 37 ◦ blue 150

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

Shades of Ultramarine #212596

Tints of Ultramarine #212596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.82%

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

R = 15%
G = 16.82%
B = 68.18%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#212596 (or 0x212596) is known color: Ultramarine. HEX triplet: 21, 25 and 96. RGB value is (33,37,150). Sum of RGB (Red+Green+Blue) = 33+37+150=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #212596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212596 is #DEDA69. Grayscale: #303030. Windows color (decimal): -14604906 or 9839905. OLE color: 9839905.

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

Color convert

RGB 33 37 150 -
CMYK 0.78 0.75 0 0.41
HSL 237.95º 0.64% 0.36% -
HSV(B) 237.95º 0.78% 0.59% -
XYZ 6.79 3.85 29.24 -
YUV 48.69 185.17 116.81 -
System Red Green Blue C M Y K H S L
Decimal 33 37 150 0.78 0.75 0 0.41 237.95 0.64 0.36
Hex 21 25 96 4E 4B 0 29 EE 40 24
Octal 41 45 226 116 113 0 51 356 100 44
Binary 100001 100101 10010110 1001110 1001011 0 101001 11101110 1000000 100100

Color Harmonies of #212596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212596

Black with #212596

Text Example


Text Example

White with #212596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212596; }

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

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

background-color css

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

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

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

border-color css

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

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

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