Html Css Color HEX #210796 Ultramarine

📋 copy color: '#210796'

red 33 ◦ green 7 ◦ blue 150

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

Shades of Ultramarine #210796

Tints of Ultramarine #210796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 150 (58.98% from 255) = 78.95%

R = 17.37%
G = 3.68%
B = 78.95%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#210796 (or 0x210796) is known color: Ultramarine. HEX triplet: 21, 07 and 96. RGB value is (33,7,150). Sum of RGB (Red+Green+Blue) = 33+7+150=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #210796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210796 is #DEF869. Grayscale: #1E1E1E. Windows color (decimal): -14612586 or 9832225. OLE color: 9832225.

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

Color convert

RGB 33 7 150 -
CMYK 0.78 0.95 0 0.41
HSL 250.91º 0.91% 0.31% -
HSV(B) 250.91º 0.95% 0.59% -
XYZ 6.21 2.68 29.04 -
YUV 31.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 33 7 150 0.78 0.95 0 0.41 250.91 0.91 0.31
Hex 21 7 96 4E 5F 0 29 FB 5B 1F
Octal 41 7 226 116 137 0 51 373 133 37
Binary 100001 111 10010110 1001110 1011111 0 101001 11111011 1011011 11111

Color Harmonies of #210796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210796

Black with #210796

Text Example


Text Example

White with #210796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210796; }

 p { color: rgb(33,7,150); }

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

background-color css

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

 a { background-color: rgb(33,7,150); }

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

border-color css

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

 span { border-color: rgb(33,7,150); }

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