Html Css Color HEX #210097 Ultramarine

📋 copy color: '#210097'

red 33 ◦ green 0 ◦ blue 151

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

Shades of Ultramarine #210097

Tints of Ultramarine #210097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.93%
G = 0%
B = 82.07%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210097 (or 0x210097) is known color: Ultramarine. HEX triplet: 21, 00 and 97. RGB value is (33,0,151). Sum of RGB (Red+Green+Blue) = 33+0+151=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #210097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210097 is #DEFF68. Grayscale: #1A1A1A. Windows color (decimal): -14614377 or 9895969. OLE color: 9895969.

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

Color convert

RGB 33 0 151 -
CMYK 0.78 1 0 0.41
HSL 253.11º 1% 0.3% -
HSV(B) 253.11º 1% 0.59% -
XYZ 6.21 2.56 29.44 -
YUV 27.08 197.93 132.22 -
System Red Green Blue C M Y K H S L
Decimal 33 0 151 0.78 1 0 0.41 253.11 1 0.3
Hex 21 0 97 4E 64 0 29 FD 64 1E
Octal 41 0 227 116 144 0 51 375 144 36
Binary 100001 0 10010111 1001110 1100100 0 101001 11111101 1100100 11110

Color Harmonies of #210097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210097

Black with #210097

Text Example


Text Example

White with #210097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210097; }

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

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

background-color css

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

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

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

border-color css

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

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

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