#200BB5

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

Shades of Ultramarine #200BB5

Tints of Ultramarine #200BB5

Color information

#200BB5 (or 0x200BB5) is unknown color: approx Ultramarine. HEX triplet: 20, 0B and B5. RGB value is (32,11,181). Sum of RGB (Red+Green+Blue) = 32+11+181=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 181 (71.09% from 255 or 80.80% from 224); Max value from RGB is 181 - color contains mainly: blue. Hex color #200BB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BB5 is #DFF44A. Grayscale: #242424. Windows color (decimal): -14677067 or 11864864. OLE color: 11864864.

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

Color convert

RGB3211181-
CMYK0.820.9400.29
HSL247.41º88.54%37.65%-
HSV(B)247.41º93.92%70.98%-
XYZ9.063.8843.99-
YUV36.66209.46124.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 181 (71.09% from 255) = 80.80%
R=14.29%
G=4.91%
B=80.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32111810.820.9400.29247.4188.5437.65
Hex20BB5525E01Df75926
Octal401326512213603536713146
Binary10000010111011010110100101011110011101111101111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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