Html Css Color HEX #201284 Ultramarine

📋 copy color: '#201284'

red 32 ◦ green 18 ◦ blue 132

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

Shades of Ultramarine #201284

Tints of Ultramarine #201284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.53%

R = 17.58%
G = 9.89%
B = 72.53%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#201284 (or 0x201284) is known color: Ultramarine. HEX triplet: 20, 12 and 84. RGB value is (32,18,132). Sum of RGB (Red+Green+Blue) = 32+18+132=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #201284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201284 is #DFED7B. Grayscale: #222222. Windows color (decimal): -14675324 or 8655392. OLE color: 8655392.

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

Color convert

RGB 32 18 132 -
CMYK 0.76 0.86 0 0.48
HSL 247.37º 0.76% 0.29% -
HSV(B) 247.37º 0.86% 0.52% -
XYZ 4.98 2.41 22.03 -
YUV 35.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 32 18 132 0.76 0.86 0 0.48 247.37 0.76 0.29
Hex 20 12 84 4C 56 0 30 F7 4C 1D
Octal 40 22 204 114 126 0 60 367 114 35
Binary 100000 10010 10000100 1001100 1010110 0 110000 11110111 1001100 11101

Color Harmonies of #201284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201284

Black with #201284

Text Example


Text Example

White with #201284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201284; }

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

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

background-color css

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

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

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

border-color css

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

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

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