Html Css Color HEX #201785 Ultramarine

📋 copy color: '#201785'

red 32 ◦ green 23 ◦ blue 133

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

Shades of Ultramarine #201785

Tints of Ultramarine #201785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 17.02%
G = 12.23%
B = 70.74%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#201785 (or 0x201785) is known color: Ultramarine. HEX triplet: 20, 17 and 85. RGB value is (32,23,133). Sum of RGB (Red+Green+Blue) = 32+23+133=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #201785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201785 is #DFE87A. Grayscale: #252525. Windows color (decimal): -14674043 or 8722208. OLE color: 8722208.

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

Color convert

RGB 32 23 133 -
CMYK 0.76 0.83 0 0.48
HSL 244.91º 0.71% 0.31% -
HSV(B) 244.91º 0.83% 0.52% -
XYZ 5.14 2.61 22.42 -
YUV 38.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 32 23 133 0.76 0.83 0 0.48 244.91 0.71 0.31
Hex 20 17 85 4C 53 0 30 F5 47 1F
Octal 40 27 205 114 123 0 60 365 107 37
Binary 100000 10111 10000101 1001100 1010011 0 110000 11110101 1000111 11111

Color Harmonies of #201785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201785

Black with #201785

Text Example


Text Example

White with #201785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201785; }

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

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

background-color css

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

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

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

border-color css

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

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

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