#1806EF

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

Shades of Blue #1806EF

Tints of Blue #1806EF

Color information

#1806EF (or 0x1806EF) is unknown color: approx Blue. HEX triplet: 18, 06 and EF. RGB value is (24,6,239). Sum of RGB (Red+Green+Blue) = 24+6+239=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 239 (93.75% from 255 or 88.85% from 269); Max value from RGB is 239 - color contains mainly: blue. Hex color #1806EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1806EF is #E7F910. Grayscale: #252525. Windows color (decimal): -15202577 or 15664664. OLE color: 15664664.

HSL color Cylindrical-coordinate representation of color #1806EF: hue angle of 244.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1806EF is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB246239-
CMYK0.900.9700.06
HSL244.64º95.1%48.04%-
HSV(B)244.64º97.49%93.73%-
XYZ16.026.5682.08-
YUV37.94241.46118.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 6 (2.73% from 255) = 2.23%
BLUE value IS 239 (93.75% from 255) = 88.85%
R=8.92%
G=2.23%
B=88.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2462390.900.9700.06244.6495.148.04
Hex186EF5A6106f55f30
Octal3063571321410636513760
Binary1100011011101111101101011000010110111101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1806EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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