#201085

Color #201085 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #201085

Tints of Ultramarine #201085

Color information

#201085 (or 0x201085) is unknown color: approx Ultramarine. HEX triplet: 20, 10 and 85. RGB value is (32,16,133). Sum of RGB (Red+Green+Blue) = 32+16+133=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #201085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201085 is #DFEF7A. Grayscale: #212121. Windows color (decimal): -14675835 or 8720416. OLE color: 8720416.

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

Color convert

RGB3216133-
CMYK0.760.8800.48
HSL248.21º78.52%29.22%-
HSV(B)248.21º87.97%52.16%-
XYZ5.012.3722.38-
YUV34.12183.8126.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 133 (52.34% from 255) = 73.48%
R=17.68%
G=8.84%
B=73.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32161330.760.8800.48248.2178.5229.22
Hex2010854C58030f84f1d
Octal402020511413006037011735
Binary100000100001000010110011001011000011000011111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201085; }

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

 H1.HeaderClassName
 {
   color: #201085;
 }
 .AnyTagClassName
 {
   color: #201085;
 }
</style>
background-color css

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

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

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

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

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

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