Html Css Color HEX #210995 Ultramarine

📋 copy color: '#210995'

red 33 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #210995

Tints of Ultramarine #210995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

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

R = 17.28%
G = 4.71%
B = 78.01%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210995 (or 0x210995) is known color: Ultramarine. HEX triplet: 21, 09 and 95. RGB value is (33,9,149). Sum of RGB (Red+Green+Blue) = 33+9+149=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #210995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210995 is #DEF66A. Grayscale: #1F1F1F. Windows color (decimal): -14612075 or 9767201. OLE color: 9767201.

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

Color convert

RGB 33 9 149 -
CMYK 0.78 0.94 0 0.42
HSL 250.29º 0.89% 0.31% -
HSV(B) 250.29º 0.94% 0.58% -
XYZ 6.15 2.69 28.63 -
YUV 32.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 33 9 149 0.78 0.94 0 0.42 250.29 0.89 0.31
Hex 21 9 95 4E 5E 0 2A FA 59 1F
Octal 41 11 225 116 136 0 52 372 131 37
Binary 100001 1001 10010101 1001110 1011110 0 101010 11111010 1011001 11111

Color Harmonies of #210995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210995

Black with #210995

Text Example


Text Example

White with #210995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210995; }

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

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

background-color css

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

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

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

border-color css

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

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

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