Html Css Color HEX #210699 Ultramarine

📋 copy color: '#210699'

red 33 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #210699

Tints of Ultramarine #210699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 17.19%
G = 3.13%
B = 79.69%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#210699 (or 0x210699) is known color: Ultramarine. HEX triplet: 21, 06 and 99. RGB value is (33,6,153). Sum of RGB (Red+Green+Blue) = 33+6+153=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #210699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210699 is #DEF966. Grayscale: #1E1E1E. Windows color (decimal): -14612839 or 10028577. OLE color: 10028577.

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

Color convert

RGB 33 6 153 -
CMYK 0.78 0.96 0 0.4
HSL 251.02º 0.92% 0.31% -
HSV(B) 251.02º 0.96% 0.6% -
XYZ 6.44 2.75 30.33 -
YUV 30.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 33 6 153 0.78 0.96 0 0.4 251.02 0.92 0.31
Hex 21 6 99 4E 60 0 28 FB 5C 1F
Octal 41 6 231 116 140 0 50 373 134 37
Binary 100001 110 10011001 1001110 1100000 0 101000 11111011 1011100 11111

Color Harmonies of #210699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210699

Black with #210699

Text Example


Text Example

White with #210699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210699; }

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

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

background-color css

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

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

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

border-color css

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

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

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