Html Css Color HEX #210495 Ultramarine

📋 copy color: '#210495'

red 33 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #210495

Tints of Ultramarine #210495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

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

R = 17.74%
G = 2.15%
B = 80.11%

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

#210495 (or 0x210495) is known color: Ultramarine. HEX triplet: 21, 04 and 95. RGB value is (33,4,149). Sum of RGB (Red+Green+Blue) = 33+4+149=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #210495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210495 is #DEFB6A. Grayscale: #1C1C1C. Windows color (decimal): -14613355 or 9765921. OLE color: 9765921.

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

Color convert

RGB 33 4 149 -
CMYK 0.78 0.97 0 0.42
HSL 252º 0.95% 0.3% -
HSV(B) 252º 0.97% 0.58% -
XYZ 6.1 2.58 28.61 -
YUV 29.2 195.61 130.71 -
System Red Green Blue C M Y K H S L
Decimal 33 4 149 0.78 0.97 0 0.42 252 0.95 0.3
Hex 21 4 95 4E 61 0 2A FC 5F 1E
Octal 41 4 225 116 141 0 52 374 137 36
Binary 100001 100 10010101 1001110 1100001 0 101010 11111100 1011111 11110

Color Harmonies of #210495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210495

Black with #210495

Text Example


Text Example

White with #210495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210495; }

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

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

background-color css

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

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

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

border-color css

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

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

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