#200D84

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

Shades of Ultramarine #200D84

Tints of Ultramarine #200D84

Color information

#200D84 (or 0x200D84) is unknown color: approx Ultramarine. HEX triplet: 20, 0D and 84. RGB value is (32,13,132). Sum of RGB (Red+Green+Blue) = 32+13+132=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #200D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D84 is #DFF27B. Grayscale: #1F1F1F. Windows color (decimal): -14676604 or 8654112. OLE color: 8654112.

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

Color convert

RGB3213132-
CMYK0.760.9000.48
HSL249.58º82.07%28.43%-
HSV(B)249.58º90.15%51.76%-
XYZ4.92.2622.01-
YUV32.25184.29127.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.08%
GREEN value IS 13 (5.47% from 255) = 7.34%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=18.08%
G=7.34%
B=74.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32131320.760.9000.48249.5882.0728.43
Hex20D844C5A030fa521c
Octal401520411413206037212234
Binary10000011011000010010011001011010011000011111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,13,132); }

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

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

 a { background-color: rgb(32,13,132); }

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

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

 span { border-color: rgb(32,13,132); }

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