#200FB5

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

Shades of Ultramarine #200FB5

Tints of Ultramarine #200FB5

Color information

#200FB5 (or 0x200FB5) is unknown color: approx Ultramarine. HEX triplet: 20, 0F and B5. RGB value is (32,15,181). Sum of RGB (Red+Green+Blue) = 32+15+181=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 181 (71.09% from 255 or 79.39% from 228); Max value from RGB is 181 - color contains mainly: blue. Hex color #200FB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FB5 is #DFF04A. Grayscale: #262626. Windows color (decimal): -14676043 or 11865888. OLE color: 11865888.

HSL color Cylindrical-coordinate representation of color #200FB5: hue angle of 246.14º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200FB5 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3215181-
CMYK0.820.9200.29
HSL246.14º84.69%38.43%-
HSV(B)246.14º91.71%70.98%-
XYZ9.113.9844.01-
YUV39.01208.13123-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 181 (71.09% from 255) = 79.39%
R=14.04%
G=6.58%
B=79.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32151810.820.9200.29246.1484.6938.43
Hex20FB5525C01Df65526
Octal401726512213403536612546
Binary10000011111011010110100101011100011101111101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,15,181); }

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

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

 a { background-color: rgb(32,15,181); }

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

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

 span { border-color: rgb(32,15,181); }

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