Html Css Color HEX #210997 Ultramarine

📋 copy color: '#210997'

red 33 ◦ green 9 ◦ blue 151

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

Shades of Ultramarine #210997

Tints of Ultramarine #210997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 78.24%

R = 17.1%
G = 4.66%
B = 78.24%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210997 (or 0x210997) is known color: Ultramarine. HEX triplet: 21, 09 and 97. RGB value is (33,9,151). Sum of RGB (Red+Green+Blue) = 33+9+151=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 151 (59.38% from 255 or 78.24% from 193); Max value from RGB is 151 - color contains mainly: blue. Hex color #210997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210997 is #DEF668. Grayscale: #1F1F1F. Windows color (decimal): -14612073 or 9898273. OLE color: 9898273.

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

Color convert

RGB 33 9 151 -
CMYK 0.78 0.94 0 0.41
HSL 250.14º 0.89% 0.31% -
HSV(B) 250.14º 0.94% 0.59% -
XYZ 6.31 2.75 29.48 -
YUV 32.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 33 9 151 0.78 0.94 0 0.41 250.14 0.89 0.31
Hex 21 9 97 4E 5E 0 29 FA 59 1F
Octal 41 11 227 116 136 0 51 372 131 37
Binary 100001 1001 10010111 1001110 1011110 0 101001 11111010 1011001 11111

Color Harmonies of #210997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210997

Black with #210997

Text Example


Text Example

White with #210997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210997; }

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

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

background-color css

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

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

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

border-color css

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

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

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