#1806FF

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

Shades of Blue #1806FF

Tints of Blue #1806FF

Color information

#1806FF (or 0x1806FF) is unknown color: approx Blue. HEX triplet: 18, 06 and FF. RGB value is (24,6,255). Sum of RGB (Red+Green+Blue) = 24+6+255=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 255 (100% from 255 or 89.47% from 285); Max value from RGB is 255 - color contains mainly: blue. Hex color #1806FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1806FF is #E7F900. Grayscale: #262626. Windows color (decimal): -15202561 or 16713240. OLE color: 16713240.

HSL color Cylindrical-coordinate representation of color #1806FF: hue angle of 244.34º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1806FF is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB246255-
CMYK0.910.9800
HSL244.34º100%51.18%-
HSV(B)244.34º97.65%100%-
XYZ18.497.5495.09-
YUV39.77249.46116.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 255 (100% from 255) = 89.47%
R=8.42%
G=2.11%
B=89.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462550.910.9800244.3410051.18
Hex186FF5B6200f46433
Octal3063771331420036414463
Binary11000110111111111011011110001000111101001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1806FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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