Html Css Color HEX #201185 Ultramarine

📋 copy color: '#201185'

red 32 ◦ green 17 ◦ blue 133

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

Shades of Ultramarine #201185

Tints of Ultramarine #201185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 17.58%
G = 9.34%
B = 73.08%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#201185 (or 0x201185) is known color: Ultramarine. HEX triplet: 20, 11 and 85. RGB value is (32,17,133). Sum of RGB (Red+Green+Blue) = 32+17+133=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #201185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201185 is #DFEE7A. Grayscale: #222222. Windows color (decimal): -14675579 or 8720672. OLE color: 8720672.

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

Color convert

RGB 32 17 133 -
CMYK 0.76 0.87 0 0.48
HSL 247.76º 0.77% 0.29% -
HSV(B) 247.76º 0.87% 0.52% -
XYZ 5.03 2.4 22.39 -
YUV 34.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 32 17 133 0.76 0.87 0 0.48 247.76 0.77 0.29
Hex 20 11 85 4C 57 0 30 F8 4D 1D
Octal 40 21 205 114 127 0 60 370 115 35
Binary 100000 10001 10000101 1001100 1010111 0 110000 11111000 1001101 11101

Color Harmonies of #201185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201185

Black with #201185

Text Example


Text Example

White with #201185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201185; }

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

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

background-color css

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

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

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

border-color css

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

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

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