#1800BD

Color #1800BD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1800BD

Tints of Medium Blue #1800BD

Color information

#1800BD (or 0x1800BD) is unknown color: approx Medium Blue. HEX triplet: 18, 00 and BD. RGB value is (24,0,189). Sum of RGB (Red+Green+Blue) = 24+0+189=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 189 (74.22% from 255 or 88.73% from 213); Max value from RGB is 189 - color contains mainly: blue. Hex color #1800BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1800BD is #E7FF42. Grayscale: #1B1B1B. Windows color (decimal): -15204163 or 12386328. OLE color: 12386328.

HSL color Cylindrical-coordinate representation of color #1800BD: hue angle of 247.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1800BD is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB240189-
CMYK0.87100.26
HSL247.62º100%37.06%-
HSV(B)247.62º100%74.12%-
XYZ9.563.8748.39-
YUV28.72218.45124.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 88.73%
R=11.27%
G=0%
B=88.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2401890.87100.26247.6210037.06
Hex180BD576401Af86425
Octal30027512714403237014445
Binary1100001011110110101111100100011010111110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1800BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1800BD; }

 p { color: rgb(24,0,189); }

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

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

 a { background-color: rgb(24,0,189); }

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

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

 span { border-color: rgb(24,0,189); }

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