Html Css Color HEX #201585 Ultramarine

📋 copy color: '#201585'

red 32 ◦ green 21 ◦ blue 133

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

Shades of Ultramarine #201585

Tints of Ultramarine #201585

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 17.2%
G = 11.29%
B = 71.51%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#201585 (or 0x201585) is known color: Ultramarine. HEX triplet: 20, 15 and 85. RGB value is (32,21,133). Sum of RGB (Red+Green+Blue) = 32+21+133=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #201585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201585 is #DFEA7A. Grayscale: #242424. Windows color (decimal): -14674555 or 8721696. OLE color: 8721696.

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

Color convert

RGB 32 21 133 -
CMYK 0.76 0.84 0 0.48
HSL 245.89º 0.73% 0.3% -
HSV(B) 245.89º 0.84% 0.52% -
XYZ 5.1 2.54 22.41 -
YUV 37.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 32 21 133 0.76 0.84 0 0.48 245.89 0.73 0.3
Hex 20 15 85 4C 54 0 30 F6 49 1E
Octal 40 25 205 114 124 0 60 366 111 36
Binary 100000 10101 10000101 1001100 1010100 0 110000 11110110 1001001 11110

Color Harmonies of #201585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201585

Black with #201585

Text Example


Text Example

White with #201585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201585; }

 p { color: rgb(32,21,133); }

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

background-color css

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

 a { background-color: rgb(32,21,133); }

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

border-color css

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

 span { border-color: rgb(32,21,133); }

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