#200988

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

Shades of Ultramarine #200988

Tints of Ultramarine #200988

Color information

#200988 (or 0x200988) is unknown color: approx Ultramarine. HEX triplet: 20, 09 and 88. RGB value is (32,9,136). Sum of RGB (Red+Green+Blue) = 32+9+136=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #200988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200988 is #DFF677. Grayscale: #1D1D1D. Windows color (decimal): -14677624 or 8915232. OLE color: 8915232.

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

Color convert

RGB329136-
CMYK0.760.9300.47
HSL250.87º87.59%28.43%-
HSV(B)250.87º93.38%53.33%-
XYZ5.142.2823.46-
YUV30.36187.62129.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 9 (3.91% from 255) = 5.08%
BLUE value IS 136 (53.52% from 255) = 76.84%
R=18.08%
G=5.08%
B=76.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3291360.760.9300.47250.8787.5928.43
Hex209884C5D02Ffb581c
Octal401121011413505737313034
Binary10000010011000100010011001011101010111111111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200988; }

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

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

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

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

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

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

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

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