Html Css Color HEX #210099 Ultramarine

📋 copy color: '#210099'

red 33 ◦ green 0 ◦ blue 153

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

Shades of Ultramarine #210099

Tints of Ultramarine #210099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 82.26%

R = 17.74%
G = 0%
B = 82.26%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#210099 (or 0x210099) is known color: Ultramarine. HEX triplet: 21, 00 and 99. RGB value is (33,0,153). Sum of RGB (Red+Green+Blue) = 33+0+153=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #210099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210099 is #DEFF66. Grayscale: #1A1A1A. Windows color (decimal): -14614375 or 10027041. OLE color: 10027041.

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

Color convert

RGB 33 0 153 -
CMYK 0.78 1 0 0.4
HSL 252.94º 1% 0.3% -
HSV(B) 252.94º 1% 0.6% -
XYZ 6.38 2.62 30.31 -
YUV 27.31 198.93 132.06 -
System Red Green Blue C M Y K H S L
Decimal 33 0 153 0.78 1 0 0.4 252.94 1 0.3
Hex 21 0 99 4E 64 0 28 FD 64 1E
Octal 41 0 231 116 144 0 50 375 144 36
Binary 100001 0 10011001 1001110 1100100 0 101000 11111101 1100100 11110

Color Harmonies of #210099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210099

Black with #210099

Text Example


Text Example

White with #210099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210099; }

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

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

background-color css

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

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

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

border-color css

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

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

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