#1806B8

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

Shades of Medium Blue #1806B8

Tints of Medium Blue #1806B8

Color information

#1806B8 (or 0x1806B8) is unknown color: approx Medium Blue. HEX triplet: 18, 06 and B8. RGB value is (24,6,184). Sum of RGB (Red+Green+Blue) = 24+6+184=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 184 (72.27% from 255 or 85.98% from 214); Max value from RGB is 184 - color contains mainly: blue. Hex color #1806B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1806B8 is #E7F947. Grayscale: #1E1E1E. Windows color (decimal): -15202632 or 12060184. OLE color: 12060184.

HSL color Cylindrical-coordinate representation of color #1806B8: hue angle of 246.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806B8 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB246184-
CMYK0.870.9700.28
HSL246.07º93.68%37.25%-
HSV(B)246.07º96.74%72.16%-
XYZ9.093.7945.6-
YUV31.67213.96122.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 184 (72.27% from 255) = 85.98%
R=11.21%
G=2.80%
B=85.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal2461840.870.9700.28246.0793.6837.25
Hex186B8576101Cf65e25
Octal30627012714103436613645
Binary110001101011100010101111100001011100111101101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1806B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1806B8; }

 p { color: rgb(24,6,184); }

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

<style>
 a { background-color: #1806B8; }

 a { background-color: rgb(24,6,184); }

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

<style>
 span { border-color: #1806B8; }

 span { border-color: rgb(24,6,184); }

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