Html Css Color HEX #201290 Ultramarine

📋 copy color: '#201290'

red 32 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #201290

Tints of Ultramarine #201290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 74.23%

R = 16.49%
G = 9.28%
B = 74.23%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201290 (or 0x201290) is known color: Ultramarine. HEX triplet: 20, 12 and 90. RGB value is (32,18,144). Sum of RGB (Red+Green+Blue) = 32+18+144=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #201290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201290 is #DFED6F. Grayscale: #242424. Windows color (decimal): -14675312 or 9441824. OLE color: 9441824.

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

Color convert

RGB 32 18 144 -
CMYK 0.78 0.88 0 0.44
HSL 246.67º 0.78% 0.32% -
HSV(B) 246.67º 0.88% 0.56% -
XYZ 5.85 2.75 26.61 -
YUV 36.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 32 18 144 0.78 0.88 0 0.44 246.67 0.78 0.32
Hex 20 12 90 4E 58 0 2C F7 4E 20
Octal 40 22 220 116 130 0 54 367 116 40
Binary 100000 10010 10010000 1001110 1011000 0 101100 11110111 1001110 100000

Color Harmonies of #201290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201290

Black with #201290

Text Example


Text Example

White with #201290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201290; }

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

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

background-color css

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

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

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

border-color css

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

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

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