Html Css Color HEX #210594 Ultramarine

📋 copy color: '#210594'

red 33 ◦ green 5 ◦ blue 148

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

Shades of Ultramarine #210594

Tints of Ultramarine #210594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 17.74%
G = 2.69%
B = 79.57%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210594 (or 0x210594) is known color: Ultramarine. HEX triplet: 21, 05 and 94. RGB value is (33,5,148). Sum of RGB (Red+Green+Blue) = 33+5+148=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #210594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210594 is #DEFA6B. Grayscale: #1D1D1D. Windows color (decimal): -14613100 or 9700641. OLE color: 9700641.

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

Color convert

RGB 33 5 148 -
CMYK 0.78 0.97 0 0.42
HSL 251.75º 0.93% 0.3% -
HSV(B) 251.75º 0.97% 0.58% -
XYZ 6.03 2.57 28.2 -
YUV 29.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 33 5 148 0.78 0.97 0 0.42 251.75 0.93 0.3
Hex 21 5 94 4E 61 0 2A FC 5D 1E
Octal 41 5 224 116 141 0 52 374 135 36
Binary 100001 101 10010100 1001110 1100001 0 101010 11111100 1011101 11110

Color Harmonies of #210594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210594

Black with #210594

Text Example


Text Example

White with #210594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210594; }

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

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

background-color css

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

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

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

border-color css

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

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

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