#200685

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

Shades of Ultramarine #200685

Tints of Ultramarine #200685

Color information

#200685 (or 0x200685) is unknown color: approx Ultramarine. HEX triplet: 20, 06 and 85. RGB value is (32,6,133). Sum of RGB (Red+Green+Blue) = 32+6+133=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #200685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200685 is #DFF97A. Grayscale: #1B1B1B. Windows color (decimal): -14678395 or 8717856. OLE color: 8717856.

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

Color convert

RGB326133-
CMYK0.760.9500.48
HSL252.28º91.37%27.25%-
HSV(B)252.28º95.49%52.16%-
XYZ4.892.1322.34-
YUV28.25187.11130.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.71%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 133 (52.34% from 255) = 77.78%
R=18.71%
G=3.51%
B=77.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3261330.760.9500.48252.2891.3727.25
Hex206854C5F030fc5b1b
Octal40620511413706037413333
Binary1000001101000010110011001011111011000011111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200685; }

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

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

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

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

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

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

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

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