Html Css Color HEX #210793 Ultramarine

📋 copy color: '#210793'

red 33 ◦ green 7 ◦ blue 147

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

Shades of Ultramarine #210793

Tints of Ultramarine #210793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 78.61%

R = 17.65%
G = 3.74%
B = 78.61%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210793 (or 0x210793) is known color: Ultramarine. HEX triplet: 21, 07 and 93. RGB value is (33,7,147). Sum of RGB (Red+Green+Blue) = 33+7+147=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #210793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210793 is #DEF86C. Grayscale: #1E1E1E. Windows color (decimal): -14612589 or 9635617. OLE color: 9635617.

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

Color convert

RGB 33 7 147 -
CMYK 0.78 0.95 0 0.42
HSL 251.14º 0.91% 0.3% -
HSV(B) 251.14º 0.95% 0.58% -
XYZ 5.97 2.58 27.79 -
YUV 30.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 33 7 147 0.78 0.95 0 0.42 251.14 0.91 0.3
Hex 21 7 93 4E 5F 0 2A FB 5B 1E
Octal 41 7 223 116 137 0 52 373 133 36
Binary 100001 111 10010011 1001110 1011111 0 101010 11111011 1011011 11110

Color Harmonies of #210793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210793

Black with #210793

Text Example


Text Example

White with #210793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210793; }

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

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

background-color css

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

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

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

border-color css

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

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

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