Html Css Color HEX #201492 Ultramarine

📋 copy color: '#201492'

red 32 ◦ green 20 ◦ blue 146

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

Shades of Ultramarine #201492

Tints of Ultramarine #201492

RGB

 RED value IS 32 (12.89% from 255) = 16.16%

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 146 (57.42% from 255) = 73.74%

R = 16.16%
G = 10.1%
B = 73.74%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#201492 (or 0x201492) is known color: Ultramarine. HEX triplet: 20, 14 and 92. RGB value is (32,20,146). Sum of RGB (Red+Green+Blue) = 32+20+146=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #201492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201492 is #DFEB6D. Grayscale: #252525. Windows color (decimal): -14674798 or 9573408. OLE color: 9573408.

HSL color Cylindrical-coordinate representation of color #201492: hue angle of 245.71º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201492 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 20 146 -
CMYK 0.78 0.86 0 0.43
HSL 245.71º 0.76% 0.33% -
HSV(B) 245.71º 0.86% 0.57% -
XYZ 6.03 2.88 27.43 -
YUV 37.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 32 20 146 0.78 0.86 0 0.43 245.71 0.76 0.33
Hex 20 14 92 4E 56 0 2B F6 4C 21
Octal 40 24 222 116 126 0 53 366 114 41
Binary 100000 10100 10010010 1001110 1010110 0 101011 11110110 1001100 100001

Color Harmonies of #201492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201492

Black with #201492

Text Example


Text Example

White with #201492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201492; }

 p { color: rgb(32,20,146); }

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

background-color css

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

 a { background-color: rgb(32,20,146); }

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

border-color css

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

 span { border-color: rgb(32,20,146); }

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