#200386

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

Shades of Ultramarine #200386

Tints of Ultramarine #200386

Color information

#200386 (or 0x200386) is unknown color: approx Ultramarine. HEX triplet: 20, 03 and 86. RGB value is (32,3,134). Sum of RGB (Red+Green+Blue) = 32+3+134=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 134 (52.73% from 255 or 79.29% from 169); Max value from RGB is 134 - color contains mainly: blue. Hex color #200386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200386 is #DFFC79. Grayscale: #1A1A1A. Windows color (decimal): -14679162 or 8782624. OLE color: 8782624.

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

Color convert

RGB323134-
CMYK0.760.9800.47
HSL253.28º95.62%26.86%-
HSV(B)253.28º97.76%52.55%-
XYZ4.932.0922.7-
YUV26.6188.61131.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 134 (52.73% from 255) = 79.29%
R=18.93%
G=1.78%
B=79.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3231340.760.9800.47253.2895.6226.86
Hex203864C6202Ffd601b
Octal40320611414205737514033
Binary100000111000011010011001100010010111111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200386; }

 p { color: rgb(32,3,134); }

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

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

 a { background-color: rgb(32,3,134); }

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

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

 span { border-color: rgb(32,3,134); }

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