Html Css Color HEX #201294 Ultramarine

📋 copy color: '#201294'

red 32 ◦ green 18 ◦ blue 148

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

Shades of Ultramarine #201294

Tints of Ultramarine #201294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 16.16%
G = 9.09%
B = 74.75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201294 (or 0x201294) is known color: Ultramarine. HEX triplet: 20, 12 and 94. RGB value is (32,18,148). Sum of RGB (Red+Green+Blue) = 32+18+148=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #201294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201294 is #DFED6B. Grayscale: #242424. Windows color (decimal): -14675308 or 9703968. OLE color: 9703968.

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

Color convert

RGB 32 18 148 -
CMYK 0.78 0.88 0 0.42
HSL 246.46º 0.78% 0.33% -
HSV(B) 246.46º 0.88% 0.58% -
XYZ 6.16 2.88 28.25 -
YUV 37.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 32 18 148 0.78 0.88 0 0.42 246.46 0.78 0.33
Hex 20 12 94 4E 58 0 2A F6 4E 21
Octal 40 22 224 116 130 0 52 366 116 41
Binary 100000 10010 10010100 1001110 1011000 0 101010 11110110 1001110 100001

Color Harmonies of #201294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201294

Black with #201294

Text Example


Text Example

White with #201294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201294; }

 p { color: rgb(32,18,148); }

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

background-color css

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

 a { background-color: rgb(32,18,148); }

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

border-color css

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

 span { border-color: rgb(32,18,148); }

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