Html Css Color HEX #210595 Ultramarine

📋 copy color: '#210595'

red 33 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #210595

Tints of Ultramarine #210595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 17.65%
G = 2.67%
B = 79.68%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210595 (or 0x210595) is known color: Ultramarine. HEX triplet: 21, 05 and 95. RGB value is (33,5,149). Sum of RGB (Red+Green+Blue) = 33+5+149=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #210595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210595 is #DEFA6A. Grayscale: #1D1D1D. Windows color (decimal): -14613099 or 9766177. OLE color: 9766177.

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

Color convert

RGB 33 5 149 -
CMYK 0.78 0.97 0 0.42
HSL 251.67º 0.94% 0.3% -
HSV(B) 251.67º 0.97% 0.58% -
XYZ 6.11 2.6 28.61 -
YUV 29.79 195.28 130.29 -
System Red Green Blue C M Y K H S L
Decimal 33 5 149 0.78 0.97 0 0.42 251.67 0.94 0.3
Hex 21 5 95 4E 61 0 2A FC 5E 1E
Octal 41 5 225 116 141 0 52 374 136 36
Binary 100001 101 10010101 1001110 1100001 0 101010 11111100 1011110 11110

Color Harmonies of #210595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210595

Black with #210595

Text Example


Text Example

White with #210595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210595; }

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

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

background-color css

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

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

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

border-color css

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

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

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