#201484

Color #201484 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #201484

Tints of Ultramarine #201484

Color information

#201484 (or 0x201484) is unknown color: approx Ultramarine. HEX triplet: 20, 14 and 84. RGB value is (32,20,132). Sum of RGB (Red+Green+Blue) = 32+20+132=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #201484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201484 is #DFEB7B. Grayscale: #232323. Windows color (decimal): -14674812 or 8655904. OLE color: 8655904.

HSL color Cylindrical-coordinate representation of color #201484: hue angle of 246.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201484 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3220132-
CMYK0.760.8500.48
HSL246.43º73.68%29.8%-
HSV(B)246.43º84.85%51.76%-
XYZ5.012.4722.04-
YUV36.36181.98124.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 132 (51.95% from 255) = 71.74%
R=17.39%
G=10.87%
B=71.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32201320.760.8500.48246.4373.6829.8
Hex2014844C55030f64a1e
Octal402420411412506036611236
Binary100000101001000010010011001010101011000011110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201484; }

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

 H1.HeaderClassName
 {
   color: #201484;
 }
 .AnyTagClassName
 {
   color: #201484;
 }
</style>
background-color css

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

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

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

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

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

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