Html Css Color HEX #210895 Ultramarine

📋 copy color: '#210895'

red 33 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #210895

Tints of Ultramarine #210895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 17.37%
G = 4.21%
B = 78.42%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210895 (or 0x210895) is known color: Ultramarine. HEX triplet: 21, 08 and 95. RGB value is (33,8,149). Sum of RGB (Red+Green+Blue) = 33+8+149=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #210895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210895 is #DEF76A. Grayscale: #1F1F1F. Windows color (decimal): -14612331 or 9766945. OLE color: 9766945.

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

Color convert

RGB 33 8 149 -
CMYK 0.78 0.95 0 0.42
HSL 250.64º 0.9% 0.31% -
HSV(B) 250.64º 0.95% 0.58% -
XYZ 6.14 2.67 28.62 -
YUV 31.55 194.28 129.04 -
System Red Green Blue C M Y K H S L
Decimal 33 8 149 0.78 0.95 0 0.42 250.64 0.9 0.31
Hex 21 8 95 4E 5F 0 2A FB 5A 1F
Octal 41 10 225 116 137 0 52 373 132 37
Binary 100001 1000 10010101 1001110 1011111 0 101010 11111011 1011010 11111

Color Harmonies of #210895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210895

Black with #210895

Text Example


Text Example

White with #210895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210895; }

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

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

background-color css

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

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

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

border-color css

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

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

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