Html Css Color HEX #210893 Ultramarine

📋 copy color: '#210893'

red 33 ◦ green 8 ◦ blue 147

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

Shades of Ultramarine #210893

Tints of Ultramarine #210893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 17.55%
G = 4.26%
B = 78.19%

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

#210893 (or 0x210893) is known color: Ultramarine. HEX triplet: 21, 08 and 93. RGB value is (33,8,147). Sum of RGB (Red+Green+Blue) = 33+8+147=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #210893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210893 is #DEF76C. Grayscale: #1E1E1E. Windows color (decimal): -14612333 or 9635873. OLE color: 9635873.

HSL color Cylindrical-coordinate representation of color #210893: hue angle of 250.79º degrees, saturation: 0.9, 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 #210893 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 8 147 -
CMYK 0.78 0.95 0 0.42
HSL 250.79º 0.9% 0.3% -
HSV(B) 250.79º 0.95% 0.58% -
XYZ 5.98 2.6 27.79 -
YUV 31.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 33 8 147 0.78 0.95 0 0.42 250.79 0.9 0.3
Hex 21 8 93 4E 5F 0 2A FB 5A 1E
Octal 41 10 223 116 137 0 52 373 132 36
Binary 100001 1000 10010011 1001110 1011111 0 101010 11111011 1011010 11110

Color Harmonies of #210893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210893

Black with #210893

Text Example


Text Example

White with #210893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210893; }

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

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

background-color css

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

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

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

border-color css

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

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

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