Html Css Color HEX #210194 Ultramarine

📋 copy color: '#210194'

red 33 ◦ green 1 ◦ blue 148

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

Shades of Ultramarine #210194

Tints of Ultramarine #210194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 18.13%
G = 0.55%
B = 81.32%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#210194 (or 0x210194) is known color: Ultramarine. HEX triplet: 21, 01 and 94. RGB value is (33,1,148). Sum of RGB (Red+Green+Blue) = 33+1+148=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #210194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210194 is #DEFE6B. Grayscale: #1A1A1A. Windows color (decimal): -14614124 or 9699617. OLE color: 9699617.

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

Color convert

RGB 33 1 148 -
CMYK 0.78 0.99 0 0.42
HSL 253.06º 0.99% 0.29% -
HSV(B) 253.06º 0.99% 0.58% -
XYZ 5.98 2.48 28.18 -
YUV 27.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 33 1 148 0.78 0.99 0 0.42 253.06 0.99 0.29
Hex 21 1 94 4E 63 0 2A FD 63 1D
Octal 41 1 224 116 143 0 52 375 143 35
Binary 100001 1 10010100 1001110 1100011 0 101010 11111101 1100011 11101

Color Harmonies of #210194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210194

Black with #210194

Text Example


Text Example

White with #210194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210194; }

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

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

background-color css

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

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

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

border-color css

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

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

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