Html Css Color HEX #210297 Ultramarine

📋 copy color: '#210297'

red 33 ◦ green 2 ◦ blue 151

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

Shades of Ultramarine #210297

Tints of Ultramarine #210297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 17.74%
G = 1.08%
B = 81.18%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210297 (or 0x210297) is known color: Ultramarine. HEX triplet: 21, 02 and 97. RGB value is (33,2,151). Sum of RGB (Red+Green+Blue) = 33+2+151=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 151 (59.38% from 255 or 81.18% from 186); Max value from RGB is 151 - color contains mainly: blue. Hex color #210297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210297 is #DEFD68. Grayscale: #1B1B1B. Windows color (decimal): -14613865 or 9896481. OLE color: 9896481.

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

Color convert

RGB 33 2 151 -
CMYK 0.78 0.99 0 0.41
HSL 252.48º 0.97% 0.3% -
HSV(B) 252.48º 0.99% 0.59% -
XYZ 6.23 2.6 29.45 -
YUV 28.26 197.27 131.38 -
System Red Green Blue C M Y K H S L
Decimal 33 2 151 0.78 0.99 0 0.41 252.48 0.97 0.3
Hex 21 2 97 4E 63 0 29 FC 61 1E
Octal 41 2 227 116 143 0 51 374 141 36
Binary 100001 10 10010111 1001110 1100011 0 101001 11111100 1100001 11110

Color Harmonies of #210297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210297

Black with #210297

Text Example


Text Example

White with #210297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210297; }

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

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

background-color css

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

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

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

border-color css

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

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

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