#201688

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

Shades of Ultramarine #201688

Tints of Ultramarine #201688

Color information

#201688 (or 0x201688) is unknown color: approx Ultramarine. HEX triplet: 20, 16 and 88. RGB value is (32,22,136). Sum of RGB (Red+Green+Blue) = 32+22+136=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #201688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201688 is #DFE977. Grayscale: #252525. Windows color (decimal): -14674296 or 8918560. OLE color: 8918560.

HSL color Cylindrical-coordinate representation of color #201688: hue angle of 245.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201688 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3222136-
CMYK0.760.8400.47
HSL245.26º72.15%30.98%-
HSV(B)245.26º83.82%53.33%-
XYZ5.332.6623.52-
YUV37.99183.31123.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 136 (53.52% from 255) = 71.58%
R=16.84%
G=11.58%
B=71.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32221360.760.8400.47245.2672.1530.98
Hex2016884C5402Ff5481f
Octal402621011412405736511037
Binary100000101101000100010011001010100010111111110101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201688; }

 p { color: rgb(32,22,136); }

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

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

 a { background-color: rgb(32,22,136); }

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

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

 span { border-color: rgb(32,22,136); }

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