#200C8D

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

Shades of Ultramarine #200C8D

Tints of Ultramarine #200C8D

Color information

#200C8D (or 0x200C8D) is unknown color: approx Ultramarine. HEX triplet: 20, 0C and 8D. RGB value is (32,12,141). Sum of RGB (Red+Green+Blue) = 32+12+141=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #200C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200C8D is #DFF372. Grayscale: #202020. Windows color (decimal): -14676851 or 9243680. OLE color: 9243680.

HSL color Cylindrical-coordinate representation of color #200C8D: hue angle of 249.3º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200C8D is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3212141-
CMYK0.770.9100.45
HSL249.3º84.31%30%-
HSV(B)249.3º91.49%55.29%-
XYZ5.532.4925.39-
YUV32.69189.13127.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.30%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 141 (55.47% from 255) = 76.22%
R=17.30%
G=6.49%
B=76.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32121410.770.9100.45249.384.3130
Hex20C8D4D5B02Df9541e
Octal401421511513305537112436
Binary10000011001000110110011011011011010110111111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200C8D; }

 p { color: rgb(32,12,141); }

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

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

 a { background-color: rgb(32,12,141); }

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

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

 span { border-color: rgb(32,12,141); }

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