Html Css Color HEX #210894 Ultramarine

📋 copy color: '#210894'

red 33 ◦ green 8 ◦ blue 148

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

Shades of Ultramarine #210894

Tints of Ultramarine #210894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 78.31%

R = 17.46%
G = 4.23%
B = 78.31%

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

#210894 (or 0x210894) is known color: Ultramarine. HEX triplet: 21, 08 and 94. RGB value is (33,8,148). Sum of RGB (Red+Green+Blue) = 33+8+148=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 148 (58.20% from 255 or 78.31% from 189); Max value from RGB is 148 - color contains mainly: blue. Hex color #210894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210894 is #DEF76B. Grayscale: #1E1E1E. Windows color (decimal): -14612332 or 9701409. OLE color: 9701409.

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

Color convert

RGB 33 8 148 -
CMYK 0.78 0.95 0 0.42
HSL 250.71º 0.9% 0.31% -
HSV(B) 250.71º 0.95% 0.58% -
XYZ 6.06 2.64 28.21 -
YUV 31.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 33 8 148 0.78 0.95 0 0.42 250.71 0.9 0.31
Hex 21 8 94 4E 5F 0 2A FB 5A 1F
Octal 41 10 224 116 137 0 52 373 132 37
Binary 100001 1000 10010100 1001110 1011111 0 101010 11111011 1011010 11111

Color Harmonies of #210894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210894

Black with #210894

Text Example


Text Example

White with #210894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210894; }

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

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

background-color css

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

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

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

border-color css

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

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

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