Html Css Color HEX #210293 Ultramarine

📋 copy color: '#210293'

red 33 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #210293

Tints of Ultramarine #210293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 18.13%
G = 1.1%
B = 80.77%

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

#210293 (or 0x210293) is known color: Ultramarine. HEX triplet: 21, 02 and 93. RGB value is (33,2,147). Sum of RGB (Red+Green+Blue) = 33+2+147=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #210293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210293 is #DEFD6C. Grayscale: #1B1B1B. Windows color (decimal): -14613869 or 9634337. OLE color: 9634337.

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

Color convert

RGB 33 2 147 -
CMYK 0.78 0.99 0 0.42
HSL 252.83º 0.97% 0.29% -
HSV(B) 252.83º 0.99% 0.58% -
XYZ 5.92 2.47 27.77 -
YUV 27.8 195.27 131.71 -
System Red Green Blue C M Y K H S L
Decimal 33 2 147 0.78 0.99 0 0.42 252.83 0.97 0.29
Hex 21 2 93 4E 63 0 2A FD 61 1D
Octal 41 2 223 116 143 0 52 375 141 35
Binary 100001 10 10010011 1001110 1100011 0 101010 11111101 1100001 11101

Color Harmonies of #210293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210293

Black with #210293

Text Example


Text Example

White with #210293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210293; }

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

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

background-color css

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

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

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

border-color css

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

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

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