#200885

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

Shades of Ultramarine #200885

Tints of Ultramarine #200885

Color information

#200885 (or 0x200885) is unknown color: approx Ultramarine. HEX triplet: 20, 08 and 85. RGB value is (32,8,133). Sum of RGB (Red+Green+Blue) = 32+8+133=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #200885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200885 is #DFF77A. Grayscale: #1C1C1C. Windows color (decimal): -14677883 or 8718368. OLE color: 8718368.

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

Color convert

RGB328133-
CMYK0.760.9400.48
HSL251.52º88.65%27.65%-
HSV(B)251.52º93.98%52.16%-
XYZ4.922.1722.35-
YUV29.43186.45129.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=18.50%
G=4.62%
B=76.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3281330.760.9400.48251.5288.6527.65
Hex208854C5E030fc591c
Octal401020511413606037413134
Binary10000010001000010110011001011110011000011111100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200885; }

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

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

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

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

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

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

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

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