Html Css Color HEX #201081 Ultramarine

📋 copy color: '#201081'

red 32 ◦ green 16 ◦ blue 129

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

Shades of Ultramarine #201081

Tints of Ultramarine #201081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 129 (50.78% from 255) = 72.88%

R = 18.08%
G = 9.04%
B = 72.88%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#201081 (or 0x201081) is known color: Ultramarine. HEX triplet: 20, 10 and 81. RGB value is (32,16,129). Sum of RGB (Red+Green+Blue) = 32+16+129=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #201081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201081 is #DFEF7E. Grayscale: #212121. Windows color (decimal): -14675839 or 8458272. OLE color: 8458272.

HSL color Cylindrical-coordinate representation of color #201081: hue angle of 248.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201081 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 16 129 -
CMYK 0.75 0.88 0 0.49
HSL 248.5º 0.78% 0.28% -
HSV(B) 248.5º 0.88% 0.51% -
XYZ 4.74 2.26 20.96 -
YUV 33.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 32 16 129 0.75 0.88 0 0.49 248.5 0.78 0.28
Hex 20 10 81 4B 58 0 31 F8 4E 1C
Octal 40 20 201 113 130 0 61 370 116 34
Binary 100000 10000 10000001 1001011 1011000 0 110001 11111000 1001110 11100

Color Harmonies of #201081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201081

Black with #201081

Text Example


Text Example

White with #201081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201081; }

 p { color: rgb(32,16,129); }

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

background-color css

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

 a { background-color: rgb(32,16,129); }

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

border-color css

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

 span { border-color: rgb(32,16,129); }

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